From f3323cbbf16887d291d2df740cdb284d1a957a4a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Oct 2006 17:22:56 +0000 Subject: [PATCH] No need to use URI::Escape as layout.mc now does this. --- web/htdocs/details/found.mc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) = @_; -- 1.7.10.4