# HG changeset patch # User dellsystem # Date 1347675244 14400 # Node ID 21f428087edd28f9b36e5d901d01e19785c9a03b # Parent 3cd28df6f85b783b1f9652c36da4584d3ee9aa28 Remove extra closing tag For the validator again. What a demanding creature. Well, also because it's wrong. Also added soem comments to indicate the closing of some other divs. diff -r 3cd28df6f85b -r 21f428087edd templates/snippet/snippet_details.djhtml --- a/templates/snippet/snippet_details.djhtml Fri Sep 14 21:54:56 2012 -0400 +++ b/templates/snippet/snippet_details.djhtml Fri Sep 14 22:14:04 2012 -0400 @@ -84,7 +84,7 @@ — Language: {{language}} - +
@@ -99,7 +99,7 @@ {% endfor %}
-
+
@@ -147,7 +147,7 @@ {{ tree_item.get_title }} {% endifequal %} - + {% for level in structure.closed_levels %} @@ -155,8 +155,8 @@ {% endfor %}
-
- + + {% endif %}
@@ -164,8 +164,7 @@ {% trans "View raw" %} - - + {% endblock %} {% block script_footer %}