diff options
Diffstat (limited to 'clang/www/index.html')
-rw-r--r-- | clang/www/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/index.html b/clang/www/index.html index 867aa9e251d..622fb1cb33a 100644 --- a/clang/www/index.html +++ b/clang/www/index.html @@ -3,10 +3,10 @@ <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> <head> - <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> + <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>"clang" C Language Family Frontend for LLVM</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> + <link type="text/css" rel="stylesheet" href="menu.css"> + <link type="text/css" rel="stylesheet" href="content.css"> </head> <body> <!--#include virtual="menu.html.incl"--> |