[llvm-commits] [llvm] r145991 - /llvm/trunk/docs/ReleaseNotes.html

Jakub Staszak jstaszak at apple.com
Tue Dec 6 15:33:07 PST 2011


Author: kuba
Date: Tue Dec  6 17:33:07 2011
New Revision: 145991

URL: http://llvm.org/viewvc/llvm-project?rev=145991&view=rev
Log:
Make Release Notes HTML 4.01 Strict.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145991&r1=145990&r2=145991&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Dec  6 17:33:07 2011
@@ -10,8 +10,10 @@
 
 <h1>LLVM 3.0 Release Notes</h1>
 
-<img align=right src="http://llvm.org/img/DragonSmall.png"
-    width="136" height="136" alt="LLVM Dragon Logo">
+<div>
+<img style="float:right" src="http://llvm.org/img/DragonSmall.png"
+     width="136" height="136" alt="LLVM Dragon Logo">
+</div>
 
 <ol>
   <li><a href="#intro">Introduction</a></li>
@@ -94,7 +96,7 @@
    production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
    (32- and 64-bit), and for Darwin/ARM targets.</p>
 
-<p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:
+<p>In the LLVM 3.0 time-frame, the Clang team has made many improvements:</p>
 <ul>
   <li>Greatly improved support for building C++ applications, with greater
       stability and better diagnostics.</li>
@@ -136,7 +138,7 @@
       interface, to improve the performance of code completion and the mapping
       from source locations to abstract syntax tree nodes.</li>
 </ul>
-For more details about the changes to Clang since the 2.9 release, see the
+<p>For more details about the changes to Clang since the 2.9 release, see the
 <a href="http://clang.llvm.org/docs/ReleaseNotes.html">Clang release notes</a>
 </p>
 
@@ -1289,8 +1291,6 @@
 
 </div>
 
-</div>
-
 <!-- *********************************************************************** -->
 <h2>
   <a name="additionalinfo">Additional Information</a>





More information about the llvm-commits mailing list