Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl

git-svn-id: svn://10.0.0.236/trunk@112436 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dkl%redhat.com
2002-01-18 16:50:08 +00:00
parent 201c82c2cc
commit 8d6ec47425
3 changed files with 2 additions and 8 deletions

View File

@@ -40,11 +40,6 @@ my $template = Template->new(
# Allow templates to be specified with relative paths.
RELATIVE => 1,
POST_CHOMP =>1,
# Functions for processing text within templates
FILTERS =>
{
url => \&url_quote,
},
}
);