changeset 121:21f428087edd

Remove extra closing </div> 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.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 14 Sep 2012 22:14:04 -0400
parents 3cd28df6f85b
children 4ca1b54f07f3
files templates/snippet/snippet_details.djhtml
diffstat 1 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
             &mdash;
             Language: {{language}}
         </div>
-    </div>
+    </div><!-- closes .snippet-options -->
     <br />
     <div class="snippet {{ default_style }}">
         <table>
@@ -99,7 +99,7 @@
             </tr>
             {% endfor %}
         </table>
-    </div>
+    </div><!-- closes .snippet -->
 
     <br />
 
@@ -147,7 +147,7 @@
                     {{ tree_item.get_title }}
                 </a>
               {% endifequal %}
-            </div>
+            </div><!-- closes the div surrounding the .diff span -->
             {% for level in structure.closed_levels %}
           </li>
         </ul>
@@ -155,8 +155,8 @@
         {% endfor %}
         <div class="submit">
           <input type="submit" value="{% trans "Compare" %}"/>
-        </div>
-      </div>
+        </div><!-- closes the .submit div -->
+      </div><!-- closes the .tree div -->
     </form>
     {% endif %}
     <br />
@@ -164,8 +164,7 @@
     <a href="{% url snippet_details_raw snippet.secret_id %}">
        {% trans "View raw" %}
      </a>
-</div>
-</div>
+</div><!-- closes the .sidebar div -->
 {% endblock %}
 
 {% block script_footer %}