diff options
author | Fabian Linzberger <e@lefant.net> | 2007-07-11 07:00:14 +0000 |
---|---|---|
committer | Fabian Linzberger <e@lefant.net> | 2007-07-11 07:00:14 +0000 |
commit | 82778dd9e72a9f424fe6d66ce866cbf4ba178c2c (patch) | |
tree | e9181611f0d8e47e31acb67e26bd1174b3d0af71 | |
parent | 105d5d130c7ff1f49752890f01c32d1acc18eba5 (diff) |
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
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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]") ."<br />\n"; + print htmlspecialchars(" * [".$orig_url." ".$thumb_url."&fake=1.jpg]") ."<br />\n"; break; } |