diff --git a/lib/WebGUI/International.pm b/lib/WebGUI/International.pm index 03c34367a..8d3668d33 100644 --- a/lib/WebGUI/International.pm +++ b/lib/WebGUI/International.pm @@ -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) = @_;