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:
@@ -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,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user