diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 18:23:24 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2008-12-11 18:23:24 +0000 |
commit | f00ddb04dfdef01a0389fa4c3cf63f7fa23627b9 (patch) | |
tree | a601d86cda4dd4abf562508d77cd952e1242ca6a /docs/Projects.html | |
parent | 430245f555b8de7d89e935b2741645e276740a90 (diff) |
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
tags are not needed in HTML, only XML.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Projects.html')
-rw-r--r-- | docs/Projects.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Projects.html b/docs/Projects.html index a937d3c368..a2223044a4 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -131,9 +131,9 @@ can find LLVM: <dl> <dt><tt>--with-llvmsrc=<directory></tt></dt> <dd>Tell your project where the LLVM source tree is located.</dd> - <dt><br/><tt>--with-llvmobj=<directory></tt></dt> + <dt><br><tt>--with-llvmobj=<directory></tt></dt> <dd>Tell your project where the LLVM object tree is located.</dd> - <dt><br/><tt>--prefix=<directory></tt></dt> + <dt><br><tt>--prefix=<directory></tt></dt> <dd>Tell your project where it should get installed.</dd> </dl> </ol> @@ -210,14 +210,14 @@ directories:</p> how to run the test. See the <a href="TestingGuide.html">TestingGuide</a> for more details. You can easily write Makefile support similar to the Makefiles in - <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br/></li> + <tt>llvm/test</tt> to use Dejagnu to run your project's tests.<br></li> <li> LLVM contains an optional package called <tt>llvm-test</tt> which provides benchmarks and programs that are known to compile with the LLVM GCC front ends. You can use these programs to test your code, gather statistics information, and compare it to the current LLVM performance statistics. - <br/>Currently, there is no way to hook your tests directly into the + <br>Currently, there is no way to hook your tests directly into the <tt>llvm/test</tt> testing harness. You will simply need to find a way to use the source provided within that directory on your own. @@ -448,7 +448,7 @@ Mailing List</a>.</p> <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01" /></a> + src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> <a href="mailto:criswell@uiuc.edu">John Criswell</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a> |