diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-01-27 19:42:34 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-01-27 19:42:34 +0000 |
commit | f7b64626e34fe63a83e5079ec9af4bf45bda469a (patch) | |
tree | 4940256864db5db0f6c97dc68bb19319fb977496 | |
parent | ef35cbc61415542b265b6b26715d720dbeeb681d (diff) |
Add missing </a>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124403 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 2e0e4f7443..3446571908 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -101,7 +101,7 @@ applications.</p> <li>Latest build (Universal binary, 10.5+):<br> <!--#include virtual="latest_checker.html.incl"--> </li> - <li><a href="/release_notes.html">Release notes</li></li> + <li><a href="/release_notes.html">Release notes</a></li></li> <li>This build can be used both from the command line and from within Xcode</li> <li><a href="/installation.html">Installation</a> and <a href="/scan-build.html">usage</a></li> </ul> |