summaryrefslogtreecommitdiffstats
path: root/www/menu.html.incl
diff options
context:
space:
mode:
authorKevin <ar18@comcast.net>2007-12-14 05:47:49 +0000
committerKevin <ar18@comcast.net>2007-12-14 05:47:49 +0000
commita675133540d4a012147a368dfc9d42e91609a693 (patch)
tree1137d11910103881a5a6d5bf1cad8f63bcd650d8 /www/menu.html.incl
parent9b73b39f6fbf987acbbe6570d557d13f07c7e0f7 (diff)
IE Menu Problem...
Originally, I included CSS hacks for IE. However, my comments before the doctype was the reason IE was running in non-strict mode. I did not know this. When Chris removed the comments, IE correctly went into strict mode and my IE hacks were no longer needed (the hacks were getting in the way now). solution: *) Make sure doctype is first on all files *) removed all IE hacks from menu.css (since the doctype issue fixes IE) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.html.incl')
-rw-r--r--www/menu.html.incl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/menu.html.incl b/www/menu.html.incl
index 04bb6ae5fb..1f9380928f 100644
--- a/www/menu.html.incl
+++ b/www/menu.html.incl
@@ -10,7 +10,7 @@
<a href="comparison.html">Comparisons</a>
<a href="get_started.html">Get&nbsp;Started</a>
<a href="get_involved.html">Get&nbsp;Involved</a>
- <a href="http://clang.llvm.org/docs/InternalsManual.html">clang&nbsp;Internals</a>
+ <a href="http://clang.llvm.org/docs/InternalsManual.html">Clang&nbsp;Internals</a>
</div>
<div class="submenu">