summaryrefslogtreecommitdiffstats
path: root/www/menu.html.incl
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-09 08:17:09 +0000
committerChris Lattner <sabre@nondot.org>2007-12-09 08:17:09 +0000
commit29754e6c11521862e50d442ab68edaf73ee1a277 (patch)
tree170c224c1b8e01acc54abd464f3d5576da31bbaa /www/menu.html.incl
parentb3de9e798c0227200f1197f8f573b9e1838a42c8 (diff)
cleanup some markup, e.g. & -> &amp;
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r--www/menu.html.incl4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 75df0623e6..3421143346 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -4,7 +4,7 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/
-->
<div id="menu">
<div id="main_menu">
- <a href="http://www.llvm.org/">LLVM Home</a>
+ <a href="http://www.llvm.org/">LLVM Home</a><br>
<label>Clang Info</label>
<a href="index.html">About</a>
<a href="features.html">Features</a>
@@ -24,4 +24,4 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/
<a href="http://llvm.org/bugs/">Bug Reports</a>
<a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>
</div>
- </div> \ No newline at end of file
+ </div>