summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/list/list.html.tmpl2
-rw-r--r--template/en/default/reports/create-chart.html.tmpl6
-rw-r--r--template/en/default/reports/edit-series.html.tmpl6
3 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 97b659c73..5eb7b7c45 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -159,7 +159,7 @@
<td valign="middle" nowrap="nowrap">
|
<a href="buglist.cgi?cmdtype=dorem&amp;remaction=forget&amp;namedcmd=
- [% searchname FILTER html %]">Forget&nbsp;Search&nbsp;'
+ [% searchname FILTER url_quote %]">Forget&nbsp;Search&nbsp;'
[% searchname FILTER html %]'</a>
</td>
[% ELSE %]
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>
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl
index a8177e0e0..011ae1aa4 100644
--- a/template/en/default/reports/edit-series.html.tmpl
+++ b/template/en/default/reports/edit-series.html.tmpl
@@ -54,9 +54,9 @@
<a href="query.cgi?[% default.query FILTER html%]">View
series search parameters</a> |
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
- [% default.category FILTER html %]-
- [% default.subcategory FILTER html %]-
- [% default.name FILTER html %]&amp;remaction=runseries&amp;series_id=
+ [% default.category FILTER url_quote %]-
+ [% default.subcategory FILTER url_quote %]-
+ [% default.name FILTER url_quote %]&amp;remaction=runseries&amp;series_id=
[% default.series_id %]">Run series search</a>
</p>