https://bugzilla.wikimedia.org/show_bug.cgi?id=27473
--- Comment #2 from P.Copp <[email protected]> 2011-03-26 16:10:24 UTC --- Created attachment 8332 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8332 Proposed fix: Check for double apostrophe in Linker::splitTrail() Unless I'm missing something, the fix is fairly simple. Search for '' in the link trail and put it outside of the link, if found. Only adds one strpos call per link, so it shouldn't add much processing time, either. Parser tests still missing, though. I wasn't sure if we can make them dependent on a certain linktail regex. -- 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
