diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-05-23 20:42:08 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-05-23 20:42:08 +0000 |
| commit | 23257069b61981d261779d55c8c71b9769eae3e4 (patch) | |
| tree | d8b7045eee32f9aac731c632f4a542598b7705aa /llvm/docs | |
| parent | f45d23b85ce7106ac3e4e883c80a8e130cad920a (diff) | |
| download | bcm5719-llvm-23257069b61981d261779d55c8c71b9769eae3e4.tar.gz bcm5719-llvm-23257069b61981d261779d55c8c71b9769eae3e4.zip | |
Fix a couple misplaced div tags
llvm-svn: 13663
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fb61c522ab1..c8c32affe2e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -150,6 +150,7 @@ work if you change PATH</a></li> <div class="doc_subsubsection"> <a name="codequality">This release includes the following Code Quality improvements:</a> +</div> <ol> <li>Fixed: <a href="http://llvm.cs.uiuc.edu/PR309">[vmcore] Code quality problem @@ -224,13 +225,13 @@ enum type</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR298">[llvmgcc] Variable length array indexing miscompiled</a></li> </ol> -</div> <!--=========================================================================--> <div class="doc_subsubsection"> <a name="misc">This release includes the following miscellaneous improvements:</a> +</div> <p>Documentation Improvements</p> <ol> @@ -238,7 +239,6 @@ improvements:</a> was added.</a></li> <li>All documentation was brought up to HTML 4.01 (Strict) level.</li> </ol> -</div> <!-- *********************************************************************** --> |

