# HG changeset patch # User Anton Shestakov # Date 1420883664 -28800 # Node ID c4f6fc4eb01e21933fb25313081e86d204573a06 # Parent 70cfa7e1611b7ee3851aeae8b6e1a133a3a450aa hgweb: close elements Templates declare xhtml doctype, which means, in particular, that the document must also be valid xml. So elements must be closed. diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/monoblue/footer.tmpl --- 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 @@
-

mercurial

+

mercurial

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/bookmarks.tmpl --- a/mercurial/templates/paper/bookmarks.tmpl Sat Jan 10 17:52:02 2015 +0800 +++ b/mercurial/templates/paper/bookmarks.tmpl Sat Jan 10 17:54:24 2015 +0800 @@ -26,7 +26,7 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/branches.tmpl --- a/mercurial/templates/paper/branches.tmpl Sat Jan 10 17:52:02 2015 +0800 +++ b/mercurial/templates/paper/branches.tmpl Sat Jan 10 17:54:24 2015 +0800 @@ -26,7 +26,7 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/filelog.tmpl --- a/mercurial/templates/paper/filelog.tmpl Sat Jan 10 17:52:02 2015 +0800 +++ b/mercurial/templates/paper/filelog.tmpl Sat Jan 10 17:54:24 2015 +0800 @@ -38,7 +38,8 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/graph.tmpl --- 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 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/shortlog.tmpl --- a/mercurial/templates/paper/shortlog.tmpl Sat Jan 10 17:52:02 2015 +0800 +++ b/mercurial/templates/paper/shortlog.tmpl Sat Jan 10 17:54:24 2015 +0800 @@ -33,7 +33,7 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e mercurial/templates/paper/tags.tmpl --- a/mercurial/templates/paper/tags.tmpl Sat Jan 10 17:52:02 2015 +0800 +++ b/mercurial/templates/paper/tags.tmpl Sat Jan 10 17:54:24 2015 +0800 @@ -26,7 +26,8 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e tests/test-hgweb-commands.t --- 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 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e tests/test-hgweb-empty.t --- 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 @@

@@ -161,7 +161,7 @@

@@ -267,7 +267,7 @@

diff -r 70cfa7e1611b -r c4f6fc4eb01e tests/test-hgweb-filelog.t --- a/tests/test-hgweb-filelog.t Sat Jan 10 17:52:02 2015 +0800 +++ b/tests/test-hgweb-filelog.t Sat Jan 10 17:54:24 2015 +0800 @@ -159,7 +159,8 @@

@@ -268,7 +269,8 @@

@@ -377,7 +379,8 @@

@@ -481,7 +484,8 @@