From: Fabian Linzberger Date: Wed, 11 Jul 2007 07:00:14 +0000 (+0000) Subject: improve moinmoin url syntax so thumbnails are correctly detected as images X-Git-Tag: phpfspot-1.2~146 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82778dd9e72a9f424fe6d66ce866cbf4ba178c2c;p=phpfspot.git 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 --- 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; }