From aef89fc653da8b17859c0d19a0b12f4ec57f9b5b Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 6 Oct 2007 01:28:23 +0000 Subject: [PATCH] 1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1). 2. Added strict doctype. Closing out tags like
and may still be a problem (necessary for XHTML, but wrong for HTML).... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42673 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/clang_video-05-25-2007.html | 7 +++---- www/clang_video-07-25-2007.html | 7 +++---- www/features.html | 7 +++---- www/get_involved.html | 8 ++++---- www/index.html | 7 +++---- www/status.html | 7 +++---- 6 files changed, 19 insertions(+), 24 deletions(-) diff --git a/www/clang_video-05-25-2007.html b/www/clang_video-05-25-2007.html index 5fb51cc66f..e8e9c3d344 100644 --- a/www/clang_video-05-25-2007.html +++ b/www/clang_video-05-25-2007.html @@ -1,9 +1,8 @@ - + + + 2007 LLVM Developer's Meeting diff --git a/www/clang_video-07-25-2007.html b/www/clang_video-07-25-2007.html index 594064de9b..8dccc6f380 100644 --- a/www/clang_video-07-25-2007.html +++ b/www/clang_video-07-25-2007.html @@ -1,9 +1,8 @@ - + + + LLVM 2.0 and Beyond! diff --git a/www/features.html b/www/features.html index bc3200f7de..e636dd8422 100644 --- a/www/features.html +++ b/www/features.html @@ -1,10 +1,9 @@ - + + + Clang - Features diff --git a/www/get_involved.html b/www/get_involved.html index 1624560f9e..783be97def 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -1,9 +1,9 @@ - + + + + Clang - Get Involved diff --git a/www/index.html b/www/index.html index 0cf9fdd147..871e27f9b1 100644 --- a/www/index.html +++ b/www/index.html @@ -1,9 +1,8 @@ - + + + Clang c-lang parser for LLVM diff --git a/www/status.html b/www/status.html index acd6182281..e4c6ce9908 100644 --- a/www/status.html +++ b/www/status.html @@ -1,9 +1,8 @@ - + + + Status of Clang -- 2.40.0