https://bugzilla.wikimedia.org/show_bug.cgi?id=20078
--- Comment #1 from Umherirrender <[email protected]> 2010-12-18 13:50:02 UTC --- Created attachment 7919 --> https://bugzilla.wikimedia.org/attachment.cgi?id=7919 allow spaces between :* and {| (In reply to comment #0) > Solution: > in method doTableStuff() (phase3/includes/parser/Parser.php) replace regexp. > on > line like > if ( preg_match( '/^(:*)\{\|(.*)$/', $line , $matches ) ) { > with > if ( preg_match( '/^(:*) *\{\|(.*)$/', $line , $matches ) ) { > thanks. You are right. The attached patch add the space character for the regex. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
