From 03f5c13570af88bcd6561648ad192131d8a3a65d Mon Sep 17 00:00:00 2001
From: Brett Parker <iDunno@sommitrealweird.co.uk>
Date: Mon, 30 Mar 2009 01:18:24 +0100
Subject: [PATCH] Fix typo of closing tag.

---
 sommitrealweird/photo/templates/photo/album_index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
-- 
2.39.5