Add more characters that are legal in i18n keys.

This commit is contained in:
Colin Kuskie 2009-01-02 06:46:17 +00:00
parent 25c0513783
commit 132a48312a

View file

@ -86,7 +86,7 @@ A string that specifies the language that the user should see. Defaults to the
=cut
my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%><]/;
my $safeRe = qr/[^\.:\w\d\s\/\^\;\?%><\]\[]/;
sub get {
my ($self, $id, $namespace, $language) = @_;