summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2008-12-11 18:14:06 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2008-12-11 18:14:06 +0000
commit430245f555b8de7d89e935b2741645e276740a90 (patch)
tree37e0c563475cc79d0febef75e2c799d86c30759f /docs
parent277a147f87b671b8545952367fd7aaafc1614e5d (diff)
downloadllvm-430245f555b8de7d89e935b2741645e276740a90.tar.gz
llvm-430245f555b8de7d89e935b2741645e276740a90.tar.bz2
llvm-430245f555b8de7d89e935b2741645e276740a90.tar.xz
Conform to the HTML 4.01 Strict specification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index d40188fc58..0a50c3c367 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -21,9 +21,11 @@
</ul>
</td><td class="right">
<form action="http://www.google.com/search" method=get>
+ <p>
<input type="hidden" name="sitesearch" value="llvm.org/docs">
<input type=text name=q size=25><br>
<input type=submit value="Search the LLVM Docs" name="submit">
+ </p>
</form>
</td></tr></table>
</div>
@@ -70,7 +72,7 @@ LLVM for a custom language, and the facilities LLVM offers in tutorial form.</li
policy towards developers and their contributions.</li>
<li><a href="/docs/CommandGuide/index.html">LLVM Command Guide</a> - A reference
-manual for the LLVM command line utilities ("man" pages for LLVM tools).<br/>
+manual for the LLVM command line utilities ("man" pages for LLVM tools).<br>
Current tools:
<a href="/cmds/llvm-ar.html">llvm-ar</a>,
<a href="/cmds/llvm-as.html">llvm-as</a>,