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 | 21a637032374728566d39e4f10d757880441d695 (patch) | |
tree | e4dafd16017cc2ba917d1ebbe207d25660e57a8b /llvm/docs/DeveloperPolicy.html | |
parent | 0091c26b2bbf7648b8fbcbf3dd93296c87b51420 (diff) | |
download | bcm5719-llvm-21a637032374728566d39e4f10d757880441d695.tar.gz bcm5719-llvm-21a637032374728566d39e4f10d757880441d695.zip |
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
tags are not needed in HTML, only XML.
llvm-svn: 60885
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 1e0d4330273..6ea772407eb 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -565,7 +565,7 @@ Changes</a></div> <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> Written by the <a href="mailto:llvm-oversight@cs.uiuc.edu">LLVM Oversight Group</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> |