From: Mike Taylor Date: Thu, 26 Oct 2006 17:22:56 +0000 (+0000) Subject: No need to use URI::Escape as layout.mc now does this. X-Git-Tag: CPAN-v1.02~54^2~843 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=55abcce681bbfbc5379610efb0cb44f377ea805d No need to use URI::Escape as layout.mc now does this. --- diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index ebe7367..20a91b9 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,7 +1,5 @@ -%# $Id: found.mc,v 1.15 2006-10-20 16:57:23 mike Exp $ +%# $Id: found.mc,v 1.16 2006-10-26 17:22:56 mike Exp $ <%once> -use URI::Escape; - sub print_navlink { my($params, $cond, $caption, $skip) = @_;