changeset 6508:4e9caabef69c

templates: fix wrong HTML on compare page
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 16 Feb 2017 16:15:44 +0100
parents eb9b95e835cb
children 588c556aa00b
files kallithea/templates/compare/compare_diff.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/compare/compare_diff.html	Thu Feb 16 16:03:25 2017 +0100
+++ b/kallithea/templates/compare/compare_diff.html	Thu Feb 16 16:15:44 2017 +0100
@@ -91,7 +91,7 @@
         % if c.limited_diff:
           <h4>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}">${_('Show full diff')}</a></h4>
         % endif
-      <div>
+      </div>
     %endif
     </div>