From 82778dd9e72a9f424fe6d66ce866cbf4ba178c2c Mon Sep 17 00:00:00 2001 From: Fabian Linzberger Date: Wed, 11 Jul 2007 07:00:14 +0000 Subject: improve moinmoin url syntax so thumbnails are correctly detected as images git-svn-id: file:///var/lib/svn/phpfspot/trunk@189 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpfspot.class.php') diff --git a/phpfspot.class.php b/phpfspot.class.php index 66dc4b5..33d4e24 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1159,7 +1159,7 @@ class PHPFSPOT { case 'MoinMoin': // [%pictureurl% %thumbnailurl%] - print htmlspecialchars("[$orig_url $thumb_url]") ."
\n"; + print htmlspecialchars(" * [".$orig_url." ".$thumb_url."&fake=1.jpg]") ."
\n"; break; } -- cgit v1.2.3-18-g5258