Last modified: 2010-05-15 14:35:44 UTC
The parser do not render nowiki tag correctly (NaodW29-nowiki3107a630304f1afa00000001) when a <nowiki> tag </nowiki> is in the same page that a template {{ImagesAbcd}} if the Template:ImagesAbcd contains a gallery with at least one Image.
(In reply to comment #0) s/do not render/does not render/ s/the same page that/the same page than/
The parser gets confused when it calls itself from within a gallery within a template. "Fixed" by instantiating a new Parser object in Parser:renderImageGallery()
Thanks to Anders Wegge Jakobsen it's fixed in 1.5 ; It still bugs in 1.4 but it's not a priority as 1.5 is soon here.
I backported the fix to REL1_4.