https://bugzilla.wikimedia.org/show_bug.cgi?id=29025
--- Comment #1 from Platonides <[email protected]> 2011-05-17 20:56:45 UTC --- Created attachment 8546 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8546 Accept only spaces separating magic links to RFC/PMID/ISBN You are right. The magic links reges use \s which is equivalent to [\t\n\f\r ]. Just using spaces would have been enough. The other characters were added in r15976, and I don't think they were intended to be supported. The above patch limits magic links to the space character. I would like checking its actual usage before applying, since they had been accepted the last 5 years. -- 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
