fix some missing/broken i18n
This commit is contained in:
parent
2b9da67de4
commit
bd99485376
2 changed files with 3 additions and 3 deletions
|
|
@ -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) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue