From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Mon, 30 Mar 2009 00:18:24 +0000 (+0100)
Subject: Fix typo of closing tag.
X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/03f5c13570af88bcd6561648ad192131d8a3a65d

Fix typo of closing tag.
---

diff --git a/sommitrealweird/photo/templates/photo/album_index.html b/sommitrealweird/photo/templates/photo/album_index.html
index df9259e..83c1791 100644
--- a/sommitrealweird/photo/templates/photo/album_index.html
+++ b/sommitrealweird/photo/templates/photo/album_index.html
@@ -15,7 +15,7 @@
                 {% endif %}
                 <h2><a href="{{ album.slug }}/">{{ album.name }}</a></h2>
                 {% if album.caption %}
-                <p>{{ album.caption }}</h2>
+                <p>{{ album.caption }}</p>
                 {% endif %}
                 <div style="clear: both;">&nbsp;</div>
             </div>