From 42aafe15b2fde378511e5f3575cce35521feaa56 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 Aug 2007 19:54:07 -0700 Subject: changes for xhtml compliance --- bn_django/photos/templates/photos/gallery_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bn_django/photos') diff --git a/bn_django/photos/templates/photos/gallery_list.html b/bn_django/photos/templates/photos/gallery_list.html index fffad30..bb4e797 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -5,7 +5,7 @@ {% block content %} {% if object_list %} - +
{% for item in object_list %}
@@ -18,7 +18,7 @@ {% endif %}