Skip to content

Commit

Permalink
Fixing Currency.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
zfouts committed Jul 18, 2011
1 parent 3a5ba99 commit 7a6b3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PipSqueek/Plugin/Currency.pm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sub multi_money
return;
}

my $url = 'http://www.xe.com/ucc/convert.cgi' .
my $url = 'http://www.xe.com/ucc/convert/' .
"?Amount=$amount&From=$from&To=$to" .
'&Header=PipSqueek&Footer=PipSqueek';

Expand Down

0 comments on commit 7a6b3e3

Please sign in to comment.