summaryrefslogtreecommitdiffstats
path: root/extensions/REMO
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-10-23 21:50:23 +0200
committerByron Jones <bjones@mozilla.com>2012-10-23 21:50:23 +0200
commita9b17a0963dda9e9e8c2c538410fd040b45f1b56 (patch)
treeafa945c4374143b8b20a9e252338c2ab43929a54 /extensions/REMO
parentb04d7d26e502817ff25a087af703a2ffe47cbe7e (diff)
downloadbugzilla-a9b17a0963dda9e9e8c2c538410fd040b45f1b56.tar.gz
bugzilla-a9b17a0963dda9e9e8c2c538410fd040b45f1b56.tar.xz
Fix url_quote/uri filter
Diffstat (limited to 'extensions/REMO')
-rw-r--r--extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl
index 9b0791a86..62430bf9c 100644
--- a/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/created-remo-budget.html.tmpl
@@ -21,7 +21,7 @@
</p>
<p style="font-size: x-small">
- Reference: <a href="show_bug.cgi?id=[% id FILTER url_quote %]">#[% id FILTER html %]</a>
+ Reference: <a href="show_bug.cgi?id=[% id FILTER uri %]">#[% id FILTER html %]</a>
</p>
[% PROCESS global/footer.html.tmpl %]