diff options
author | Jakub Staszak <jstaszak@apple.com> | 2011-12-06 23:33:07 +0000 |
---|---|---|
committer | Jakub Staszak <jstaszak@apple.com> | 2011-12-06 23:33:07 +0000 |
commit | d64c99b07fcf768fd4833d85551e408830d6436b (patch) | |
tree | b13910f100d605d49afa78a0c7ad185c8a14ed14 /llvm | |
parent | 1e1f5abf777feade45af5864fd9f5100fcef9fd4 (diff) | |
download | bcm5719-llvm-d64c99b07fcf768fd4833d85551e408830d6436b.tar.gz bcm5719-llvm-d64c99b07fcf768fd4833d85551e408830d6436b.zip |
Make Release Notes HTML 4.01 Strict.
llvm-svn: 145991
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 6119e7cea33..1ac15688a36 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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 @@ Release Notes</a>.</h1> 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 @@ Release Notes</a>.</h1> 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 @@ be used to verify some algorithms. </div> -</div> - <!-- *********************************************************************** --> <h2> <a name="additionalinfo">Additional Information</a> |