# HG changeset patch # User Søren Løvborg # Date 2017-02-16 16:15:44 # Node ID 4e9caabef69c09818f392c1336b545bbf6668640 # Parent eb9b95e835cbcc66facc8e5fc132cbb6790565e0 templates: fix wrong HTML on compare page diff --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html +++ b/kallithea/templates/compare/compare_diff.html @@ -91,7 +91,7 @@ ${self.repo_context_bar('changelog')} % if c.limited_diff:

${_('Changeset was too big and was cut off...')} ${_('Show full diff')}

% endif -
+
%endif