Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -1460,7 +1460,7 @@ |
1461 | 1461 | if ( !$tc ) { |
1462 | 1462 | $tc = Title::legalChars() . '#%'; |
1463 | 1463 | # Match a link having the form [[namespace:link|alternate]]trail |
1464 | | - $e1 = "/^([{$tc}]+)(?:\\|(.+?))?]](.*)\$/sD"; |
| 1464 | + $e1 = "/^([{$tc}]+?)(?:\\|(.+?))?]](.*)\$/sD"; |
1465 | 1465 | # Match cases where there is no "]]", which might still be images |
1466 | 1466 | $e1_img = "/^([{$tc}]+)\\|(.*)\$/sD"; |
1467 | 1467 | } |