forward port i18n AssetExportHtml error messages

This commit is contained in:
Colin Kuskie 2008-10-04 07:47:58 +00:00
parent 5ab09308af
commit 8e6c3297bb
4 changed files with 30 additions and 6 deletions

View file

@ -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) = @_;