[llvm-commits] CVS: llvm-www/header.incl

Misha Brukman brukman at cs.uiuc.edu
Wed Dec 24 11:03:00 PST 2008



Changes in directory llvm-www:

header.incl updated: 1.74 -> 1.75
---
Log message:

* Charset: "iso-8859-1" -> "utf-8" (Apache says we're UTF-8 as it is)
* Comply with HTML 4.01 Strict (that's what the doctype declares)


---
Diffs of the changes:  (+25 -25)

 header.incl |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)


Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.74 llvm-www/header.incl:1.75
--- llvm-www/header.incl:1.74	Mon Nov 10 00:49:25 2008
+++ llvm-www/header.incl	Wed Dec 24 13:01:39 2008
@@ -2,7 +2,7 @@
                       "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=utf-8">
   <title>The LLVM Compiler Infrastructure Project</title>
   <link rel="stylesheet" href="/llvm.css" type="text/css">
 </head>
@@ -19,47 +19,47 @@
 
 <b>Site Map:</b>
 <div class="www_sidebar">
-<a href="/">Overview</a><br/>
-<a href="/Features.html">Features</a><br/>
-<a href="/docs/">Documentation</a><br/>
-<a href="/docs/CommandGuide/">Command Guide</a><br/>
-<a href="/docs/#maillist">Support</a><br/>
-<a href="/docs/FAQ.html">FAQ</a><br/>
-<a href="/pubs/">Publications</a><br/>
-<a href="/ProjectsWithLLVM/">LLVM Projects</a><br/>
-<a href="/OpenProjects.html">Open Projects</a><br/>
-<a href="/InTheNews.html">News Articles</a><br/>
-<a href="/Users.html">LLVM Users</a><br/>
-<a href="/developers.cgi">LLVM Developers</a><br/>
-<a href="/bugs/">Bug Database</a><br/>
+<a href="/">Overview</a><br>
+<a href="/Features.html">Features</a><br>
+<a href="/docs/">Documentation</a><br>
+<a href="/docs/CommandGuide/">Command Guide</a><br>
+<a href="/docs/#maillist">Support</a><br>
+<a href="/docs/FAQ.html">FAQ</a><br>
+<a href="/pubs/">Publications</a><br>
+<a href="/ProjectsWithLLVM/">LLVM Projects</a><br>
+<a href="/OpenProjects.html">Open Projects</a><br>
+<a href="/InTheNews.html">News Articles</a><br>
+<a href="/Users.html">LLVM Users</a><br>
+<a href="/developers.cgi">LLVM Developers</a><br>
+<a href="/bugs/">Bug Database</a><br>
 </div>
 
-<br/>
+<br>
 
 <b>Download!</b>
 <div class="www_sidebar">
 <span style="font-size:smaller">Download now:</span>
-<a href="/releases/"><b>LLVM 2.4</b></a><br/>
+<a href="/releases/"><b>LLVM 2.4</b></a><br>
 
-<br/>
-<span style="font-size:smaller">Try the</span><br/>
-<a href="/demo/"><b>online demo</b></a><br/>
-<br/>
+<br>
+<span style="font-size:smaller">Try the</span><br>
+<a href="/demo/"><b>online demo</b></a><br>
+<br>
 
-<span style="font-size:smaller">View the open-source</span><br/>
+<span style="font-size:smaller">View the open-source</span><br>
 <a href="/releases/2.4/LICENSE.TXT"><b>license</b></a>
 </div>
 
-<br/>
+<br>
 
 <b>Search this Site</b>
 
 <div class="www_sidebar">
   <form action="http://www.google.com/search" method="get">
     <div>
-      <input type="hidden" name="sitesearch" value="llvm.org"/>
-      <input type=text name=q size=11/><br/>
-      <input type=submit value="Search!" name="submit"/>
+      <input type="hidden" name="sitesearch" value="llvm.org">
+      <input type=text name=q size=11><br>
+      <input type=submit value="Search!" name="submit">
     </div>
   </form>
 </div>






More information about the llvm-commits mailing list