summaryrefslogtreecommitdiffstats
path: root/extensions/ComponentWatching
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-23 21:47:50 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-23 21:47:50 +0200
commitab441548b8d53136c263fdff8dbe58767a64252c (patch)
treee1d4b789fe3fe2d87091cf2071606d3a7a3bc5ed /extensions/ComponentWatching
parentae25abcc31888afd2a5ca47e8d3d64c701155696 (diff)
downloadbugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.gz
bugzilla-ab441548b8d53136c263fdff8dbe58767a64252c.tar.xz
Fixes for testsuite errors
Diffstat (limited to 'extensions/ComponentWatching')
-rw-r--r--extensions/ComponentWatching/template/en/default/account/prefs/component_watch.html.tmpl10
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>&nbsp;
- <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>&nbsp;
- <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>&nbsp;[% watch.component.product.name FILTER html %]</td>
<td>&nbsp;
- <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>