summaryrefslogtreecommitdiffstats
path: root/extensions/Push/template/en/default/pages/push_queues.html.tmpl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-11-19 06:33:39 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-11-19 06:33:39 +0100
commit21d30a6853770af871d39a4ccfcab58f7c0f2e64 (patch)
treeb7e1f2e74fc2bd69aac7b457ea295bdf9d01204d /extensions/Push/template/en/default/pages/push_queues.html.tmpl
parente1ef4a165cdc9fb2746cb16482b05669fc7c3a61 (diff)
downloadbugzilla-21d30a6853770af871d39a4ccfcab58f7c0f2e64.tar.gz
bugzilla-21d30a6853770af871d39a4ccfcab58f7c0f2e64.tar.xz
Fixed t/008filter.t errors in extensions/Push
Diffstat (limited to 'extensions/Push/template/en/default/pages/push_queues.html.tmpl')
-rw-r--r--extensions/Push/template/en/default/pages/push_queues.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Push/template/en/default/pages/push_queues.html.tmpl b/extensions/Push/template/en/default/pages/push_queues.html.tmpl
index 67f079f92..d1985c89a 100644
--- a/extensions/Push/template/en/default/pages/push_queues.html.tmpl
+++ b/extensions/Push/template/en/default/pages/push_queues.html.tmpl
@@ -90,8 +90,8 @@
[% END %]
<td class="rhs">
<a href="?id=push_queues_view.html&amp;[% ~%]
- message=[% message.id FILTER url_quote %]&amp;[% ~%]
- connector=[% queue.connector FILTER url_quote %]">View</a>
+ message=[% message.id FILTER uri %]&amp;[% ~%]
+ connector=[% queue.connector FILTER uri %]">View</a>
</td>
</tr>
[% END %]