From 70f2a0485dd81e6684553eb5537a27db4176ed45 Mon Sep 17 00:00:00 2001 From: Gabor Greif <ggreif@gmail.com> Date: Wed, 25 Feb 2009 15:22:45 +0000 Subject: [PATCH] fix (hopefully) some validation errors git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65455 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx_status.html | 6 +++--- www/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 7490b07b375..856258b2562 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 867aa9e251d..622fb1cb33a 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"--> -- GitLab