https://bugzilla.wikimedia.org/show_bug.cgi?id=32617
--- Comment #3 from Brion Vibber <[email protected]> 2011-12-06 22:49:44 UTC --- The regex change feels wrong to me; using dotall mode means that it may actually extend beyond finding your section title down into the text somewhere, if "=" or "==" or "===" etc appears somewhere later down in the text. Perhaps remove both 'm' and 's' modifiers: make it match on the first line only, and don't attempt to go beyond the first line. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
