diff options
author | Dan Gohman <gohman@apple.com> | 2008-10-14 16:23:02 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-10-14 16:23:02 +0000 |
commit | 44aa9214bfe5cc0222f04a0718d40dbab133c5b4 (patch) | |
tree | b729321a76027a3a3571d0b15f59940a1a8670ba | |
parent | 1bbddce4d6bf778abcd1838e102d1eb36ae8aae6 (diff) |
Fix a few close tags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57496 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4c78db08da..93a491f989 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -16,12 +16,12 @@ <li><a href="#whatsnew">What's New in LLVM?</a></li> <li><a href="GettingStarted.html">Installation Instructions</a></li> <li><a href="#portability">Portability and Supported Platforms</a></li> - <li><a href="#knownproblems">Known Problems</a> + <li><a href="#knownproblems">Known Problems</a></li> <li><a href="#additionalinfo">Additional Information</a></li> </ol> <div class="doc_author"> - <p>Written by the <a href="http://llvm.org">LLVM Team</a><p> + <p>Written by the <a href="http://llvm.org">LLVM Team</a></p> </div> <!-- *********************************************************************** --> |