fixed a bug with url procesisng

added steves new images
This commit is contained in:
JT Smith 2006-04-29 18:40:27 +00:00
parent 02704fadcf
commit a0120fa868
6 changed files with 49 additions and 27 deletions

View file

@ -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);
}