forward port i18n AssetExportHtml error messages
This commit is contained in:
parent
5ab09308af
commit
8e6c3297bb
4 changed files with 30 additions and 6 deletions
|
|
@ -94,7 +94,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