# Allow templates to be specified with relative paths.
RELATIVE => 1,
POST_CHOMP =>1,
- # Functions for processing text within templates
- FILTERS =>
- {
- url => \&url_quote,
- },
}
);
# actually have to function in this test, just be defined.
FILTERS =>
{
- url => sub { return $_ } ,
- }
+ },
}
);
[% END %]
[% FOREACH name = namedqueries %]
- <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&namedcmd=[% name FILTER url %]')" value="[% name FILTER html %]"/>
+ <text class="text-link" onclick="load_relative_url('buglist.cgi?cmdtype=runnamed&namedcmd=[% name FILTER uri %]')" value="[% name FILTER html %]"/>
[% END %]
[% IF NOT username %]