diff options
author | dkl%redhat.com <> | 2002-01-19 00:50:04 +0000 |
---|---|---|
committer | dkl%redhat.com <> | 2002-01-19 00:50:04 +0000 |
commit | 1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093 (patch) | |
tree | ee7a09b1353d64c1cf929c8c6d0089d0ef2b54c3 /sidebar.cgi | |
parent | 7f11d4f1b5546becd6618b67f4314cbe6a6c90f8 (diff) | |
download | bugs-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar bugs-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.gz bugs-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.bz2 bugs-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.tar.xz bugs-1eeb2fb8db4da64da0ec8e44e2fe91b8c797d093.zip |
Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=jake,dkl
Diffstat (limited to 'sidebar.cgi')
-rwxr-xr-x | sidebar.cgi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sidebar.cgi b/sidebar.cgi index 587b0c534..073a1ecff 100755 --- a/sidebar.cgi +++ b/sidebar.cgi @@ -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, - }, } ); |