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 | ad888911c079dc9440ca51594c6b017cf395bd08 (patch) | |
tree | 58a0857ec467cc9ad1e7361347d920238cfa0c05 | |
parent | f4a169f201993856b9d08594b94bc83f731fe941 (diff) | |
download | bcm5719-llvm-ad888911c079dc9440ca51594c6b017cf395bd08.tar.gz bcm5719-llvm-ad888911c079dc9440ca51594c6b017cf395bd08.zip |
Fix a few close tags.
llvm-svn: 57496
-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 4c78db08da9..93a491f9894 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> <!-- *********************************************************************** --> |