X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=bin%2Fparse-debtags-voc;h=b6391564402db3bde8a04d621cfe8273ccff9f7c;hp=85649a6dddde38a494aafbd5431bc7e77cacfcf0;hb=ffcfab48fa7474cb9eb33661eaf34544bfc8fa4e;hpb=d833a5eed5296d1a24c35e8f0802f8291037198d diff --git a/bin/parse-debtags-voc b/bin/parse-debtags-voc index 85649a6..b639156 100755 --- a/bin/parse-debtags-voc +++ b/bin/parse-debtags-voc @@ -111,12 +111,6 @@ foreach (@tags) { my %content = ( vocabulary => \%voc, facets => \@facets, tags => \@tags, tags_by_facet => \%tags_by_facet ); -# needed to work around the limitations of the the FILTER syntax -$content{html_encode} = sub { return HTML::Entities::encode_entities(@_,'<>&"') }; -$content{uri_escape} = sub { return URI::Escape::uri_escape(@_) }; -$content{quotemeta} = sub { return quotemeta($_[0]) }; -$content{string2id} = sub { return &Packages::CGI::string2id(@_) }; - print TAGLST $template->page( 'tag_index', \%content ); close TAGLST or warn "Couldn't close tag list: $!";