summaryrefslogtreecommitdiffstats
path: root/extensions/Push/template/en/default/pages/push_queues_view.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_view.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_view.html.tmpl')
-rw-r--r--extensions/Push/template/en/default/pages/push_queues_view.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl b/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
index 0e8449b0c..6330d8ae4 100644
--- a/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
+++ b/extensions/Push/template/en/default/pages/push_queues_view.html.tmpl
@@ -70,8 +70,8 @@
<a href="?id=push_queues.html">Return</a> |
<a onclick="return confirm('Are you sure you want to delete this message forever (a long time)?')"
href="?id=push_queues_view.html&amp;delete=1
- [%- %]&amp;message=[% message_obj.id FILTER url_quote %]
- [%- %]&amp;connector=[% message_obj.connector FILTER url_quote %]">Delete</a>
+ [%- %]&amp;message=[% message_obj.id FILTER uri %]
+ [%- %]&amp;connector=[% message_obj.connector FILTER uri %]">Delete</a>
</th>
</tr>