I imported a page with an imagemap (Architectural Modules of MediaWiki) from a wiki running 1.24.1 to mw.org running early 1.26, and instead of the imagemap got a red
After fiddling with it (see bug case at https://www.mediawiki.org/wiki/User:SPage_%28WMF%29/imagemap_bug ) I determined the <br> in the image description line caused the problem:
<imagemap> Image:RequestModules.svg|thumb|center|600px|Caption<br><small>More details</small> </imagemap>
Workaround: remove the <br> and it works.
is this a parser change?