# HG changeset patch # User Mads Kiilerich # Date 1589808781 -7200 # 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 -r c76eb3a60f6f -r ec4e69a60aae docs/theme/nature/layout.html --- a/docs/theme/nature/layout.html Sat May 23 20:24:07 2020 +0200 +++ b/docs/theme/nature/layout.html Mon May 18 15:33:01 2020 +0200 @@ -17,4 +17,4 @@ Flattr this -{% endblock %}} +{% endblock %} diff -r c76eb3a60f6f -r ec4e69a60aae kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html Sat May 23 20:24:07 2020 +0200 +++ b/kallithea/templates/compare/compare_diff.html Mon May 18 15:33:01 2020 +0200 @@ -82,8 +82,8 @@ %endif + %endif - %endif %if not c.compare_home: ## diff block