fixed a bug with url procesisng
added steves new images
This commit is contained in:
parent
02704fadcf
commit
a0120fa868
6 changed files with 49 additions and 27 deletions
|
|
@ -119,7 +119,7 @@ The string to escape.
|
|||
|
||||
sub escape {
|
||||
my $self = shift;
|
||||
return uri_escape_utf8(shift);
|
||||
return URI::Escape::uri_escape_utf8(shift);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue