From: Andreas Unterkircher Date: Sun, 22 Jul 2007 16:05:38 +0000 (+0000) Subject: issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List view X-Git-Tag: phpfspot-1.2~91 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af63ef618032bc13637167e74bc6c3ae19693cd8;p=phpfspot.git issue27, fixed leading-space-eat-up-by-browser for MoinMoin Wiki List view git-svn-id: file:///var/lib/svn/phpfspot/trunk@244 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/phpfspot.class.php b/phpfspot.class.php index 2a28135..d2bb895 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1551,8 +1551,13 @@ class PHPFSPOT { break; case 'MoinMoin': - // [%pictureurl% %thumbnailurl%] - print htmlspecialchars(" * [".$orig_url." ".$thumb_url."&fake=1.jpg]") ."
\n"; + // "[%pictureurl% %thumbnailurl%]" + print htmlspecialchars("[".$orig_url." ".$thumb_url."&fake=1.jpg]") ."
\n"; + break; + + case 'MoinMoinList': + // " * [%pictureurl% %thumbnailurl%]" + print " " . htmlspecialchars("* [".$orig_url." ".$thumb_url."&fake=1.jpg]") ."
\n"; break; } diff --git a/themes/default/templates/export.tpl b/themes/default/templates/export.tpl index a3e5641..14354b7 100644 --- a/themes/default/templates/export.tpl +++ b/themes/default/templates/export.tpl @@ -8,6 +8,7 @@