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/HowToReleaseLLVM.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/HowToReleaseLLVM.html')
-rw-r--r-- | docs/HowToReleaseLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToReleaseLLVM.html b/docs/HowToReleaseLLVM.html index b0372bbf8e..8533ed7daa 100644 --- a/docs/HowToReleaseLLVM.html +++ b/docs/HowToReleaseLLVM.html @@ -591,9 +591,9 @@ svn copy https://llvm.org/svn/llvm-project/test-suite/branches/release_XX \ <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="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> - <br/> + <br> Last modified: $Date$ </address> </body> |