diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-08-24 23:28:56 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-08-24 23:28:56 +0200 |
commit | 21132473abdc5126fbd1d9fb738dbc9f4ff57ff4 (patch) | |
tree | 131cd50053f1a5e739b3c40947947c846856ad33 /template/en/default/list | |
parent | afe64bdb8c1fe9a1b2506223275b829df2898f4a (diff) | |
download | bugs-21132473abdc5126fbd1d9fb738dbc9f4ff57ff4.tar bugs-21132473abdc5126fbd1d9fb738dbc9f4ff57ff4.tar.gz bugs-21132473abdc5126fbd1d9fb738dbc9f4ff57ff4.tar.bz2 bugs-21132473abdc5126fbd1d9fb738dbc9f4ff57ff4.tar.xz bugs-21132473abdc5126fbd1d9fb738dbc9f4ff57ff4.zip |
Bug 1197436: A remembered search with a ' cannot be edited or deleted
r=gerv a=sgreen
Diffstat (limited to 'template/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 65065bf32..368cd9c08 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -237,7 +237,7 @@ ><img title="iCal Format" alt="iCal" src="images/ical.png" height="24" width="24"></a> <button type="button" id="change_columns" onclick="document.location='colchange.cgi?[% urlquerypart FILTER html %]&query_based_on= - [%~ defaultsavename OR searchname FILTER uri %]'"> + [%~ defaultsavename OR searchname FILTER uri FILTER js %]'"> Change Columns</button> @@ -261,7 +261,7 @@ [% END %] <div class="bz_query_edit"> <button type="button" id="edit_search" - onclick="document.location='[% PROCESS edit_search_url %]'"> + onclick="document.location='[% PROCESS edit_search_url FILTER js %]'"> Edit Search</button> </div> @@ -269,7 +269,7 @@ <div class="bz_query_forget"> <button type="button" id="forget_search" onclick="document.location='buglist.cgi?cmdtype=dorem&remaction=forget&namedcmd= - [%- searchname FILTER uri %]&token= + [%- searchname FILTER uri FILTER js %]&token= [%- issue_hash_token([search_id, searchname]) FILTER uri %]'"> Forget Search '[% searchname FILTER html %]'</button> </div> |