summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/create-chart.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-02-04 09:12:41 +0100
committergerv%gerv.net <>2004-02-04 09:12:41 +0100
commit545a42a0c5479198e4400ff45afae4271e79d671 (patch)
tree01c53af877ae1d524dc303c00fc28f8f7ff2eaba /template/en/default/reports/create-chart.html.tmpl
parenta5bedc9a64c867ceb44065d0c7b188016c7b33fc (diff)
downloadbugzilla-545a42a0c5479198e4400ff45afae4271e79d671.tar.gz
bugzilla-545a42a0c5479198e4400ff45afae4271e79d671.tar.xz
Bug 232830 - use url_quote instead of html filtering to make sure we can delete queries which contain a "+". Patch by gerv; r,a=myk.
Diffstat (limited to 'template/en/default/reports/create-chart.html.tmpl')
-rw-r--r--template/en/default/reports/create-chart.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl
index 0879d8ec6..c91fea132 100644
--- a/template/en/default/reports/create-chart.html.tmpl
+++ b/template/en/default/reports/create-chart.html.tmpl
@@ -207,9 +207,9 @@ function subcatSelected() {
[% series.series_id %]">Edit</a> |
[% END %]
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
- [% series.category FILTER html %]%20/%20
- [% series.subcategory FILTER html %]%20/%20
- [% series.name FILTER html -%]&amp;series_id=
+ [% series.category FILTER url_quote %]%20/%20
+ [% series.subcategory FILTER url_quote %]%20/%20
+ [% series.name FILTER url_quote -%]&amp;series_id=
[% series.series_id %]&amp;remaction=runseries">Run Search</a>
</td>
</tr>