aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-02-25 15:22:45 +0000
committerGabor Greif <ggreif@gmail.com>2009-02-25 15:22:45 +0000
commit70f2a0485dd81e6684553eb5537a27db4176ed45 (patch)
tree3bf18f34be2092dd2e421d0afb971f10d31d8467
parent6cd81e82fc8e48f88c3ee44f1d995a0f28b0d783 (diff)
fix (hopefully) some validation errors
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65455 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html6
-rw-r--r--www/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 7490b07b37..856258b256 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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 }
diff --git a/www/index.html b/www/index.html
index 867aa9e251..622fb1cb33 100644
--- a/www/index.html
+++ b/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"-->