From 8401bd41697a1ea149074cb1058aad7b387c519c Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Sat, 24 Mar 2007 14:58:47 +0000 Subject: [PATCH] Apparently some versions of Apache don't like this idea. git-svn-id: http://svn.simon-cozens.org/memories/trunk@44 041978f6-d955-411f-a9d7-1d8545c9c3c7 --- templates/macros | 2 +- templates/nav | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/macros b/templates/macros index 6acc624..5b6dc3a 100644 --- a/templates/macros +++ b/templates/macros @@ -6,7 +6,7 @@ IF photo.rated > 0; %] [% END; END %] [% MACRO minithumb(photo) BLOCK %] - [%photo.title|html%] + [%photo.title|html%] [% END; MACRO thumb(photo, album) BLOCK %] diff --git a/templates/nav b/templates/nav index 9d8ead0..ec06bbc 100644 --- a/templates/nav +++ b/templates/nav @@ -4,7 +4,7 @@
[% FOR photo = request.recent %] - [%photo.title|html%] + [%photo.title|html%] [% END %]
-- 2.39.2