summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/www/cxx_status.html6
-rw-r--r--clang/www/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 7490b07b375..856258b2562 100644
--- a/clang/www/cxx_status.html
+++ b/clang/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/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"-->
OpenPOWER on IntegriCloud