Added html comments to help html debugging

This commit is contained in:
Roberto Rosario
2011-03-06 02:26:33 -04:00
parent f46dab69d2
commit 049d91c2ed
2 changed files with 7 additions and 7 deletions

View File

@@ -77,8 +77,8 @@
</div>
{% endif %}
</form>
{% if sidebar %}
</p></div></div>
{% if side_bar %}
</p></div><!--end content--></div><!--end block-->
{% else %}
</div></div>
{% endif %}

View File

@@ -81,14 +81,14 @@
{% endif %}
{% block web_theme_messages %}{% endblock %}
{% block web_theme_content %}{% endblock %}
</div>
</div><!--end .block #block-text-->
{% block web_theme_footer %}{% endblock %}
</div>
</div><!--end #main-->
<div id="sidebar">
{% block web_theme_sidebar %}{% endblock %}
</div>
</div>
</div><!--end #sidebar-->
</div><!--end #wrapper .wat-cf-->
{% endif %}
</div>
</div><!--end #container-->
</body>
</html>