Changeset - 4e9caabef69c
[Not reviewed]
default
0 1 0
Søren Løvborg - 9 years ago 2017-02-16 16:15:44
sorenl@unity3d.com
templates: fix wrong HTML on compare page
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/compare/compare_diff.html
Show inline comments
 
@@ -91,7 +91,7 @@ ${self.repo_context_bar('changelog')}
 
        % 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>
 

	
0 comments (0 inline, 0 general)