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/bug | |
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/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> |