diff tests/test-hgweb-empty.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 9756f943634f
line wrap: on
line diff
--- a/tests/test-hgweb-empty.t	Sat Jan 10 17:52:02 2015 +0800
+++ b/tests/test-hgweb-empty.t	Sat Jan 10 17:54:24 2015 +0800
@@ -51,7 +51,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>
@@ -161,7 +161,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>
@@ -267,7 +267,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>