diff options
author | lpsolit%gmail.com <> | 2005-08-03 09:44:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-03 09:44:59 +0200 |
commit | 1f3e3f23e9f52cc74b19fe184004b67441b10ee1 (patch) | |
tree | f55548d2c0a56731391064929eb2461e538311a2 /template | |
parent | a74bb4de98a95a369cd00780955644aa3c0dba58 (diff) | |
download | bugzilla-1f3e3f23e9f52cc74b19fe184004b67441b10ee1.tar.gz bugzilla-1f3e3f23e9f52cc74b19fe184004b67441b10ee1.tar.xz |
Bug 303129: Unescaped & in a Bug URLs on 'Saved Searches' tab - Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/prefs/saved-searches.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index d5c5a5044..8827a89ba 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -67,7 +67,7 @@ <a href="buglist.cgi?[% q.query FILTER html %]">Run</a> </td> <td> - <a href="query.cgi?[% q.query FILTER html %]&known_name=[% q.name FILTER url_quote %]">Edit</a> + <a href="query.cgi?[% q.query FILTER html %]&known_name=[% q.name FILTER url_quote %]">Edit</a> </td> <td> [% IF q.usedinwhine %] |