Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -439,7 +439,7 @@ |
440 | 440 | * Regular expression matching the "link trail", e.g. "ed" in [[Toast]]ed, as |
441 | 441 | * the first group, and the remainder of the string as the second group. |
442 | 442 | */ |
443 | | -$linkTrail = '/^(\'?\p{L&}+)(.*)$/usD'; |
| 443 | +$linkTrail = '/^(\p{L&}+)(.*)$/usD'; |
444 | 444 | |
445 | 445 | #------------------------------------------------------------------- |
446 | 446 | # Default messages |