]> git.decadent.org.uk Git - memories.git/commitdiff
Apparently some versions of Apache don't like this idea.
authorSimon Cozens <simon@simon-cozens.org>
Sat, 24 Mar 2007 14:58:47 +0000 (14:58 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Sat, 24 Mar 2007 14:58:47 +0000 (14:58 +0000)
git-svn-id: http://svn.simon-cozens.org/memories/trunk@44 041978f6-d955-411f-a9d7-1d8545c9c3c7

templates/macros
templates/nav

index 6acc624c20a3227563e97b10f979af595ad1c21f..5b6dc3a2b2fc0fb54649f399959c59caa9657254 100644 (file)
@@ -6,7 +6,7 @@ IF photo.rated > 0; %]
 [% END; END %]
 [% MACRO minithumb(photo) BLOCK %]
         <a href="[%base%]/photo/view/[%photo.id%]">
-        <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/>
+        <img src="[% photo.thumb_url %]" alt="[%photo.title|html%]"/>
         </a>
 [% END; MACRO thumb(photo, album) BLOCK %]
 <table class="thumb">
index 9d8ead02fc415c0dd50bd50d453ec72fc9742d5e..ec06bbc761bf30bd3afc06d4794e04aff860d203 100644 (file)
@@ -4,7 +4,7 @@
 </td><td align="right">
 [% FOR photo = request.recent %]
         <a href="[%base%]/photo/view/[%photo.id%]">
-        <img src="[% photo.thumb_url |uri%]" alt="[%photo.title|html%]"/>
+        <img src="[% photo.thumb_url%]" alt="[%photo.title|html%]"/>
         </a>
 [% END %]
 </td></tr></table>