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

--- Comment #2 from Laurence 'GreenReaper' Parry <[email protected]> ---
Yes, we are running on the current HEAD.

That commit removed parentheses and the material within them. It left the space
immediately before the parentheses when the parentheses was followed by
punctuation, such as a comma or full stop. (This was not handled by the regexp
that was replaced, either.)

The line:
extract = extract.replace(/\s+/g, ' '); // Remove extra white spaces 
will only replace two or more spaces with one. It does not remove the single
space between "Vappu" and "," in the example above.

-- 
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

Reply via email to