A space after the imagesize prevent thumbnailing of the image, see
[[de:Benutzer:Raymond/imagemap_bug]]
Version: 1.10.x
Severity: normal
URL: http://de.wikipedia.org/wiki/Benutzer:Raymond/imagemap_bug
A space after the imagesize prevent thumbnailing of the image, see
[[de:Benutzer:Raymond/imagemap_bug]]
Version: 1.10.x
Severity: normal
URL: http://de.wikipedia.org/wiki/Benutzer:Raymond/imagemap_bug
I think we should be able do trim the options list in makeImage, but I'm not
100% positive it won't affect other things, so I'll not commit, but just post
the patch here for another developer to look over. It should fix your problem,
however:
+++ Parser.php (working copy)
@@ -4373,7 +4373,7 @@
+ $part = array_map( 'trim', explode( '|', $options) );
$mwThumb =& MagicWord::get( 'img_thumbnail' ); $mwManualThumb =& MagicWord::get( 'img_manualthumb' );