hgweb: remove a couple of superfluous spaces in rss style
authorAnton Shestakov <av6@dwimlabs.net>
Wed, 29 Jun 2016 19:40:04 +0800
changeset 29435 b8ede1f79126
parent 29434 7dce56174916
child 29436 849b8e84487e
hgweb: remove a couple of superfluous spaces in rss style
mercurial/templates/rss/bookmarks.tmpl
mercurial/templates/rss/tags.tmpl
--- a/mercurial/templates/rss/bookmarks.tmpl	Mon Jun 27 19:10:30 2016 +0530
+++ b/mercurial/templates/rss/bookmarks.tmpl	Wed Jun 29 19:40:04 2016 +0800
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: bookmarks </title>
+    <title>{repo|escape}: bookmarks</title>
     <description>{repo|escape} bookmark history</description>
     {entries%bookmarkentry}
   </channel>
--- a/mercurial/templates/rss/tags.tmpl	Mon Jun 27 19:10:30 2016 +0530
+++ b/mercurial/templates/rss/tags.tmpl	Wed Jun 29 19:40:04 2016 +0800
@@ -1,5 +1,5 @@
 {header}
-    <title>{repo|escape}: tags </title>
+    <title>{repo|escape}: tags</title>
     <description>{repo|escape} tag history</description>
     {entriesnotip%tagentry}
   </channel>