diff options
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> |