diff options
author | gerv%gerv.net <> | 2002-04-25 03:25:49 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-25 03:25:49 +0200 |
commit | e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a (patch) | |
tree | 6b4474964be2195b24b879ecdbaf8b3836fe0c4b /template/en/default/global | |
parent | c61b13b2ce5e7a980ea338df23a6dcccede84f37 (diff) | |
download | bugzilla-e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a.tar.gz bugzilla-e0abf5a6e9bc24ddda2b38d260859192a6bbbc3a.tar.xz |
Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/choose-product.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index 1d68f7fe7..df7e0fb48 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -27,7 +27,7 @@ [% FOREACH p = proddesc.keys.sort %] <tr> <th align="right" valign="top"> - <a href="[% target %]?product=[% p FILTER uri %]"> + <a href="[% target %]?product=[% p FILTER url_quote %]"> [% p FILTER html %]</a>: </th> |