diff options
Diffstat (limited to 'phpfspot.class.php')
-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; } |