Changeset - ec4e69a60aae
[Not reviewed]
stable
0 2 0
Mads Kiilerich (mads) - 6 years ago 2020-05-18 15:33:01
mads@kiilerich.com
Grafted from: abf2c68db471
html: fix invalid html / mako structure

Fix bad nesting of tags and mako conditional and drop superfluous '}' outside
the mako block.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/theme/nature/layout.html
Show inline comments
 
@@ -17,4 +17,4 @@
 
     <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
 
    </div>
 
</div>
 
{% endblock %}}
 
{% endblock %}
kallithea/templates/compare/compare_diff.html
Show inline comments
 
@@ -82,8 +82,8 @@ ${self.repo_context_bar('changelog')}
 
                  %endif
 
                </div>
 
        </div>
 
    %endif
 
      </div>
 
    %endif
 

	
 
    %if not c.compare_home:
 
        ## diff block
0 comments (0 inline, 0 general)