Remove divs endings non-existent

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 2e677e4333
commit 88cbbed4cc
  1. 2
      main/template/default/layout/main.tpl
  2. 2
      main/template/default/layout/show_footer.tpl

@ -13,8 +13,6 @@
{% if show_footer == true %}
</div> <!-- end of #row" -->
</div> <!-- end of #main" -->
</div> <!-- end of #page section -->
</div> <!-- end of #wrapper section -->
{% endif %}
{% include template ~ "/layout/main_footer.tpl" %}
{% endblock %}

@ -19,8 +19,6 @@
{% if show_footer == true %}
</div> <!-- end of #row" -->
</div> <!-- end of #main" -->
</div> <!-- end of #page section -->
</div> <!-- end of #wrapper section -->
{% endif %}

Loading…
Cancel
Save