From: Simon Cozens Date: Sat, 24 Mar 2007 16:08:50 +0000 (+0000) Subject: More URI antiescaping; fixes #22. X-Git-Tag: 1.2+svn20070808~17 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=commitdiff_plain;h=f47e6702b33e9e1e6d1ef00a690ef37edb8bbb2d More URI antiescaping; fixes #22. git-svn-id: http://svn.simon-cozens.org/memories/trunk@51 041978f6-d955-411f-a9d7-1d8545c9c3c7 --- diff --git a/templates/album/list b/templates/album/list index 0229289..9c28955 100644 --- a/templates/album/list +++ b/templates/album/list @@ -8,7 +8,7 @@ [% FOR album = minilist %] [% album %]
-

+
[%album.photos.size %] photo[%-"s" IF album.photos.size != 1 %] diff --git a/templates/custom/list b/templates/custom/list index a0aaa51..2c66aa8 100644 --- a/templates/custom/list +++ b/templates/custom/list @@ -8,7 +8,7 @@ [% FOR object = minilist %] [% object %]
-

+
[%object.photos.size %] photo[%-"s" IF object.photos.size != 1 %] diff --git a/templates/photo/similar b/templates/photo/similar index 2743353..1c8b76d 100644 --- a/templates/photo/similar +++ b/templates/photo/similar @@ -4,6 +4,6 @@

Suggested tags: [% FOR tag = photo.recommended_tags; %] -[%tag.name%] +[%tag.name%] [% END %]

diff --git a/templates/recent.rss b/templates/recent.rss index 311187c..7e146fe 100644 --- a/templates/recent.rss +++ b/templates/recent.rss @@ -12,7 +12,7 @@ [% FILTER html %] - [%photo.title|html%] + [%photo.title|html%] [% END %] diff --git a/templates/systemtag/list b/templates/systemtag/list index 9a7361a..cc9d344 100644 --- a/templates/systemtag/list +++ b/templates/systemtag/list @@ -8,13 +8,13 @@ [% FOR tag = minilist %] [% SET photos = tag.photos %] [% IF photos.last %]
- [% tag %] + [% tag %]
- - + +
diff --git a/templates/tag/list b/templates/tag/list index 9a7361a..1a9706f 100644 --- a/templates/tag/list +++ b/templates/tag/list @@ -8,13 +8,13 @@ [% FOR tag = minilist %] [% SET photos = tag.photos %] [% IF photos.last %]
- [% tag %] + [% tag %]
- - + +
diff --git a/templates/user/list b/templates/user/list index 66ba34e..078c83f 100644 --- a/templates/user/list +++ b/templates/user/list @@ -10,7 +10,7 @@ [% SET photos = user.photos %] [% user %]
[% IF photos.last %] -

+
[%photos.size %] photo[%-"s" IF photos.size != 1 %]