diff options
author | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 19:54:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@animus.robocracy.org> | 2007-08-13 19:54:07 -0700 |
commit | 42aafe15b2fde378511e5f3575cce35521feaa56 (patch) | |
tree | 2a0cc32227aa1282a1d0ed8852af604ec27cc7d4 /bn_django/photos | |
parent | 50c398625c6539c9b1e714f8d0dd277c3cfe5aa3 (diff) | |
download | bnewnet-42aafe15b2fde378511e5f3575cce35521feaa56.tar.gz bnewnet-42aafe15b2fde378511e5f3575cce35521feaa56.zip |
changes for xhtml compliance
Diffstat (limited to 'bn_django/photos')
-rw-r--r-- | bn_django/photos/templates/photos/gallery_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} - <table with="100%"> + <table width="100%"> {% for item in object_list %} <tr> <td class="photo_thumb"> @@ -18,7 +18,7 @@ {% endif %} </a> </td><td class="gallery_title"> - <a href="{{ item.id }}/"><h3>{{ item.title }}</h3></a> + <h3><a href="{{ item.id }}/">{{ item.title }}</a></h3> <br /> {{ item.photo_set.count }} photo{{ item.photo_set.count|pluralize}} {% if item.first.date %} |