# HG changeset patch # User Mads Kiilerich # Date 2020-05-18 15:33:01 # Node ID ec4e69a60aae8b55cc28fc44b4c41b98c57802a7 # Parent c76eb3a60f6f1fddee75810a0e6b7b1e4aec07d2 html: fix invalid html / mako structure Fix bad nesting of tags and mako conditional and drop superfluous '}' outside the mako block. diff --git a/docs/theme/nature/layout.html b/docs/theme/nature/layout.html --- a/docs/theme/nature/layout.html +++ b/docs/theme/nature/layout.html @@ -17,4 +17,4 @@ Flattr this -{% endblock %}} +{% endblock %} 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 @@ -82,8 +82,8 @@ ${self.repo_context_bar('changelog')} %endif + %endif - %endif %if not c.compare_home: ## diff block