diff options
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, - }, } ); |