[cfe-commits] r65455 - in /cfe/trunk/www: cxx_status.html index.html

Gabor Greif ggreif at gmail.com
Wed Feb 25 07:22:45 PST 2009


Author: ggreif
Date: Wed Feb 25 09:22:45 2009
New Revision: 65455

URL: http://llvm.org/viewvc/llvm-project?rev=65455&view=rev
Log:
fix (hopefully) some validation errors

Modified:
    cfe/trunk/www/cxx_status.html
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=65455&r1=65454&r2=65455&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Feb 25 09:22:45 2009
@@ -2,10 +2,10 @@
           "http://www.w3.org/TR/html4/strict.dtd">
 <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++ Support</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">
   <style type="text/css">
     .na { background-color: #C0C0C0 }
     .broken { background-color: #C11B17 }

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=65455&r1=65454&r2=65455&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Wed Feb 25 09:22:45 2009
@@ -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"-->





More information about the cfe-commits mailing list