diff options
Diffstat (limited to 'www/related.html')
-rw-r--r-- | www/related.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/related.html b/www/related.html index 9fcd390d23..a1ff79b67d 100644 --- a/www/related.html +++ b/www/related.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 Related Projects</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"--> |