summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authordkl%redhat.com <>2002-01-19 01:50:04 +0100
committerdkl%redhat.com <>2002-01-19 01:50:04 +0100
commit1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093 (patch)
treeee7a09b1353d64c1cf929c8c6d0089d0ef2b54c3 /t
parent7f11d4f1b5546becd6618b67f4314cbe6a6c90f8 (diff)
downloadbugzilla-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.gz
bugzilla-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.xz
Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl
Diffstat (limited to 't')
-rw-r--r--t/004template.t3
1 files changed, 1 insertions, 2 deletions
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 $_ } ,
- }
+ },
}
);