From ae88083d378c8714d6a7d93108f8b15cefca96ec Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 12 Jan 2012 00:11:37 +0100 Subject: Bug 717215: Remove references to url_quote filter r/a=LpSolit --- template/en/default/bug/field.html.tmpl | 4 ---- template/en/default/filterexceptions.pl | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 89a2b11c8..12f1bb7f9 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -17,10 +17,6 @@ # the field value. # no_tds: boolean; if true, don't display the label or the # wrapping for the field. - # desc_url: string; Normally the label of a non-custom field links to - # fields.html. If you want it to link elsewhere, specify the - # relative URL you want to link to, here. Remember to call - # url_quote on any query string arguments. # bug (optional): The current Bugzilla::Bug being displayed, or a hash # with default field values being displayed on a page. #%] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index ac8d528e8..0fd5ad384 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -20,7 +20,7 @@ # [% foo.push() %] # TT loop variables - [% loop.count %] # Already-filtered stuff - [% wibble FILTER html %] -# where the filter is one of html|csv|js|url_quote|quoteUrls|time|uri|xml|none +# where the filter is one of html|csv|js|quoteUrls|time|uri|xml|none %::safe = ( -- cgit v1.2.3-24-g4f1b