diff mercurial/templates/monoblue/footer.tmpl @ 23830:c4f6fc4eb01e

hgweb: close <img> elements Templates declare xhtml doctype, which means, in particular, that the document must also be valid xml. So <img> elements must be closed.
author Anton Shestakov <engored@ya.ru>
date Sat, 10 Jan 2015 17:54:24 +0800
parents 9409aeaafdc1
children b57d05ca8743
line wrap: on
line diff
--- a/mercurial/templates/monoblue/footer.tmpl	Sat Jan 10 17:52:02 2015 +0800
+++ b/mercurial/templates/monoblue/footer.tmpl	Sat Jan 10 17:54:24 2015 +0800
@@ -9,7 +9,7 @@
     </div>
 
     <div id="powered-by">
-        <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial"></a></p>
+        <p><a href="{logourl}" title="Mercurial"><img src="{staticurl|urlescape}{logoimg}" width=75 height=90 border=0 alt="mercurial" /></a></p>
     </div>
 
     <div id="corner-top-left"></div>