diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index fe9688acd..5047a2131 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -71,7 +71,7 @@ <td align="right" valign="top"> <strong> - <a href="describecomponents.cgi?product=[% product FILTER uri %]"> + <a href="describecomponents.cgi?product=[% product FILTER url_quote %]"> Component:</a> </strong> </td> diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index deeb4e24d..2dfd4278f 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -90,7 +90,7 @@ <tr> <td align="right"> <b> - <a href="describecomponents.cgi?product=[% bug.product FILTER uri %]"> + <a href="describecomponents.cgi?product=[% bug.product FILTER url_quote %]"> Component</a>: </b> </td> |