# HG changeset patch # User Anton Shestakov # Date 1420815218 -28800 # Node ID 8f7e839aaa70f0e1899162e087ff547f615106c9 # Parent ee1bf2b5a78096cb6a6964446e1914aeb94b9ae9 hgweb: move archive entries outside of
  • in monoblue style archiveentry already includes surrounding
  • , so putting archive entries inside
  • element produced incorrect markup. diff -r ee1bf2b5a780 -r 8f7e839aaa70 mercurial/templates/monoblue/changelog.tmpl --- a/mercurial/templates/monoblue/changelog.tmpl Fri Jan 09 15:24:55 2015 +0800 +++ b/mercurial/templates/monoblue/changelog.tmpl Fri Jan 09 22:53:38 2015 +0800 @@ -25,7 +25,8 @@
  • tags
  • bookmarks
  • branches
  • -
  • files{archives%archiveentry}
  • +
  • files
  • + {archives%archiveentry}
  • help
  • diff -r ee1bf2b5a780 -r 8f7e839aaa70 mercurial/templates/monoblue/changeset.tmpl --- a/mercurial/templates/monoblue/changeset.tmpl Fri Jan 09 15:24:55 2015 +0800 +++ b/mercurial/templates/monoblue/changeset.tmpl Fri Jan 09 22:53:38 2015 +0800 @@ -32,7 +32,8 @@ diff -r ee1bf2b5a780 -r 8f7e839aaa70 mercurial/templates/monoblue/manifest.tmpl --- a/mercurial/templates/monoblue/manifest.tmpl Fri Jan 09 15:24:55 2015 +0800 +++ b/mercurial/templates/monoblue/manifest.tmpl Fri Jan 09 22:53:38 2015 +0800 @@ -31,7 +31,7 @@ diff -r ee1bf2b5a780 -r 8f7e839aaa70 mercurial/templates/monoblue/notfound.tmpl --- a/mercurial/templates/monoblue/notfound.tmpl Fri Jan 09 15:24:55 2015 +0800 +++ b/mercurial/templates/monoblue/notfound.tmpl Fri Jan 09 22:53:38 2015 +0800 @@ -25,7 +25,8 @@
  • tags
  • bookmarks
  • branches
  • -
  • files{archives%archiveentry}
  • +
  • files
  • + {archives%archiveentry}
  • help
  • diff -r ee1bf2b5a780 -r 8f7e839aaa70 mercurial/templates/monoblue/search.tmpl --- a/mercurial/templates/monoblue/search.tmpl Fri Jan 09 15:24:55 2015 +0800 +++ b/mercurial/templates/monoblue/search.tmpl Fri Jan 09 22:53:38 2015 +0800 @@ -25,7 +25,8 @@
  • tags
  • bookmarks
  • branches
  • -
  • files{archives%archiveentry} +
  • files
  • + {archives%archiveentry}
  • help