Last modified: 2008-10-06 06:58:53 UTC
In http://de.wikipedia.org/w/index.php?title=Bezirk_Reinickendorf&oldid=45000892 the text starts on the same line as the thumbnailed imagemap, because the <map> and only the map is enclosed in a paragraph <p>. Firefox and Opera seem to ignore empty paragraphs, but IE 6+7 seem to take it as a clear:all.
Assigned to extension developer.
Appears to be some kind of tidy pathology. > print Parser::tidy('<map>xyz</map><div>xyz</div>') <p><map>xyz</map></p> <div>xyz</div> ImageMap is definitely not outputting any line breaks.
Hm, wouldn't it be possible not to write the map next to the image but in the HTML header?
Fixed in r41729.