diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-23 21:47:50 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-08-23 21:47:50 +0200 |
commit | ab441548b8d53136c263fdff8dbe58767a64252c (patch) | |
tree | e1d4b789fe3fe2d87091cf2071606d3a7a3bc5ed /extensions/ComponentWatching/template | |
parent | ae25abcc31888afd2a5ca47e8d3d64c701155696 (diff) | |
download | bugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.gz bugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.xz |
Fixes for testsuite errors
Diffstat (limited to 'extensions/ComponentWatching/template')
-rw-r--r-- | extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl b/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl index 05c1453db..8c193a056 100644 --- a/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl +++ b/extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl @@ -160,8 +160,8 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); </label> </td> <td> - <a href="buglist.cgi?product=[% watch.product.name FILTER url_quote ~%] - &component=[% watch.component.name FILTER url_quote %]&resolution=---"> + <a href="buglist.cgi?product=[% watch.product.name FILTER uri ~%] + &component=[% watch.component.name FILTER uri %]&resolution=---"> [% watch.component.name FILTER html %] </a> </td> @@ -176,7 +176,7 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); </label> </td> <td> - <a href="describecomponents.cgi?product=[% watch.product.name FILTER url_quote %]"> + <a href="describecomponents.cgi?product=[% watch.product.name FILTER uri %]"> __Any__ </a> </td> @@ -214,8 +214,8 @@ YAHOO.util.Event.onDOMReady(onRemoveChange); <td>[% watch.user.login FILTER html %]</td> <td> [% watch.component.product.name FILTER html %]</td> <td> - <a href="buglist.cgi?product=[% watch.product.name FILTER url_quote ~%] - &component=[% watch.component.name FILTER url_quote %]&resolution=---"> + <a href="buglist.cgi?product=[% watch.product.name FILTER uri ~%] + &component=[% watch.component.name FILTER uri %]&resolution=---"> [% watch.component.name FILTER html %] </a> </td> |