[PATCH 1 of 5] hgweb: remove a couple of superfluous spaces in rss style

Anton Shestakov av6 at dwimlabs.net
Wed Jun 29 15:22:29 UTC 2016


# HG changeset patch
# User Anton Shestakov <av6 at dwimlabs.net>
# Date 1467200404 -28800
#      Wed Jun 29 19:40:04 2016 +0800
# Node ID 5e2056b50c925ffbc520f5e09ab7d58b5821e7ec
# Parent  72065b3b90a44ce6fe64e8054c0e1128b1e4d3b7
hgweb: remove a couple of superfluous spaces in rss style

diff --git a/mercurial/templates/rss/bookmarks.tmpl b/mercurial/templates/rss/bookmarks.tmpl
--- a/mercurial/templates/rss/bookmarks.tmpl
+++ b/mercurial/templates/rss/bookmarks.tmpl
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: bookmarks </title>
+    <title>{repo|escape}: bookmarks</title>
     <description>{repo|escape} bookmark history</description>
     {entries%bookmarkentry}
   </channel>
diff --git a/mercurial/templates/rss/tags.tmpl b/mercurial/templates/rss/tags.tmpl
--- a/mercurial/templates/rss/tags.tmpl
+++ b/mercurial/templates/rss/tags.tmpl
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: tags </title>
+    <title>{repo|escape}: tags</title>
     <description>{repo|escape} tag history</description>
     {entriesnotip%tagentry}
   </channel>


More information about the Mercurial-devel mailing list