diff mercurial/templates/paper/graph.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 70cfa7e1611b
children 9756f943634f
line wrap: on
line diff
--- a/mercurial/templates/paper/graph.tmpl	Sat Jan 10 17:52:02 2015 +0800
+++ b/mercurial/templates/paper/graph.tmpl	Sat Jan 10 17:54:24 2015 +0800
@@ -31,7 +31,7 @@
 <p></p>
 <div class="atom-logo">
 <a href="{url|urlescape}atom-log" title="subscribe to atom feed">
-<img class="atom-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="atom feed">
+<img class="atom-logo" src="{staticurl|urlescape}feed-icon-14x14.png" alt="atom feed" />
 </a>
 </div>
 </div>