]> granicus.if.org Git - clang/commitdiff
fix (hopefully) some validation errors
authorGabor Greif <ggreif@gmail.com>
Wed, 25 Feb 2009 15:22:45 +0000 (15:22 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 25 Feb 2009 15:22:45 +0000 (15:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65455 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html
www/index.html

index 7490b07b375ca135d362302d867d00b41960a2fb..856258b2562c2987c32f3a56ffb84373ef285ef0 100644 (file)
@@ -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 }
index 867aa9e251d37a9ca093988f18de2b783106457b..622fb1cb33aa58836999631162784fc1d4b04bad 100644 (file)
@@ -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"-->