https://bugzilla.wikimedia.org/show_bug.cgi?id=27473

--- Comment #1 from Tim Starling <tstarl...@wikimedia.org> 2011-02-17 06:17:40 
UTC ---
The parse order has changed for good reason. The simple way to fix this is to
make the link trail regex not match two apostrophes in a row, with something
like:

/ [a-z]* ( ' [a-z]* )? /

The complex way to fix it is to implement the same logic in
Linker::splitTrail(), so that it works regardless of what the link trail regex
is set to.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to