Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-commands.t @ 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 | 0ab23a48b9a7 |
line wrap: on
line diff
--- a/tests/test-hgweb-commands.t Sat Jan 10 17:52:02 2015 +0800 +++ b/tests/test-hgweb-commands.t Sat Jan 10 17:54:24 2015 +0800 @@ -729,7 +729,7 @@ <p></p> <div class="atom-logo"> <a href="/atom-log" title="subscribe to atom feed"> - <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed"> + <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed" /> </a> </div> </div>