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

Reid Spencer reid at x10sys.com
Tue Mar 20 13:04:13 PDT 2007



Changes in directory llvm-www:

header.incl updated: 1.53 -> 1.54
---
Log message:

Fix HTML 4.01 Strict validation defects.


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

 header.incl |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)


Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.53 llvm-www/header.incl:1.54
--- llvm-www/header.incl:1.53	Tue Mar 20 14:35:27 2007
+++ llvm-www/header.incl	Tue Mar 20 15:03:56 2007
@@ -19,45 +19,45 @@
 
 <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="/developers.cgi">LLVM People</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="/developers.cgi">LLVM People</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 1.9</b></a><br>
+<a href="/releases/"><b>LLVM 1.9</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/1.9/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>
-      <input type="hidden" name="sitesearch" value="llvm.org">
-      <input type=text name=q size=11><br>
-      <input type=submit value="Search!" name="submit">
+  <form action="http://www.google.com/search" method="get">
+      <input type="hidden" name="sitesearch" value="llvm.org"/>
+      <input type=text name=q size=11/><br/>
+      <input type=submit value="Search!" name="submit"/>
     </form>
 </div>
 






More information about the llvm-commits mailing list