diff --git a/rhodecode/templates/branches/branches.html b/rhodecode/templates/branches/branches.html --- a/rhodecode/templates/branches/branches.html +++ b/rhodecode/templates/branches/branches.html @@ -26,7 +26,7 @@ %if c.repo_branches: -
${_('Compare branches')}
+
${_('Compare branches')}
%endif
<%include file='branches_data.html'/> diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html --- a/rhodecode/templates/changelog/changelog.html +++ b/rhodecode/templates/changelog/changelog.html @@ -32,7 +32,7 @@
-
+
diff --git a/rhodecode/templates/tags/tags.html b/rhodecode/templates/tags/tags.html --- a/rhodecode/templates/tags/tags.html +++ b/rhodecode/templates/tags/tags.html @@ -26,7 +26,7 @@
%if c.repo_tags: - + %endif
<%include file='tags_data.html'/>