From 1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Sat, 19 Jan 2002 00:50:04 +0000 Subject: Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl --- t/004template.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') diff --git a/t/004template.t b/t/004template.t index 2b1cfe0df..578a91b9e 100644 --- a/t/004template.t +++ b/t/004template.t @@ -60,8 +60,7 @@ my $template = Template->new( # actually have to function in this test, just be defined. FILTERS => { - url => sub { return $_ } , - } + }, } ); -- cgit v1.2.3-24-g4f1b