projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105d5d1
)
improve moinmoin url syntax so thumbnails are correctly detected as images
author
Fabian Linzberger
<e@lefant.net>
Wed, 11 Jul 2007 07:00:14 +0000
(07:00 +0000)
committer
Fabian Linzberger
<e@lefant.net>
Wed, 11 Jul 2007 07:00:14 +0000
(07:00 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@189
fa6a889d
-dae6-447d-9e79-
4ba9a3039384
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 66dc4b5d97d297ebf8acc4d0f5efff6aec9d3ac5..33d4e24ffe0a5b99469ecb75a62f23b8cf048d9a 100644
(file)
--- 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;
}