Index: trunk/tools/bugzilla/bugzilla-4.0/extensions/Wikimedia/Extension.pm |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | my $regexes = $args->{'regexes'}; |
41 | 41 | my $text = $args->{'text'}; |
42 | 42 | my $replacerWP = { |
43 | | - match => qr{\[\[([a-zA-Z0-9_ ,./'()!#%:\x80-\xff-]+)\]\]}, |
| 43 | + match => qr{\[\[([a-zA-Z0-9_ ,./'()!#\*\$%:\x80-\xff-]+)\]\]}, |
44 | 44 | replace => \&_createWikipediaLink |
45 | 45 | }; |
46 | 46 | my $replacerCR = { |