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
diff --git a/docs/UsingLibraries.html b/docs/UsingLibraries.html
index 0c51198..ded2d81 100644
--- a/docs/UsingLibraries.html
+++ b/docs/UsingLibraries.html
@@ -438,7 +438,7 @@
   <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:rspencer@x10sys.com">Reid Spencer</a>
 </address>
 <a href="http://llvm.org">The LLVM Compiler Infrastructure</a>