summaryrefslogtreecommitdiffstats
path: root/extensions/OrangeFactor
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-09-25 19:38:31 +0200
committerByron Jones <bjones@mozilla.com>2012-09-25 19:38:31 +0200
commitd681e68accde827bc859b9658e1e2169aadb020b (patch)
tree55779a081ba186504202934cbd074f77fa9daa8a /extensions/OrangeFactor
parentab3f78e604daeac028552a63e53eccec9084ddb9 (diff)
downloadbugzilla-d681e68accde827bc859b9658e1e2169aadb020b.tar.gz
bugzilla-d681e68accde827bc859b9658e1e2169aadb020b.tar.xz
Fix incorrect uri filter causing test failure
Diffstat (limited to 'extensions/OrangeFactor')
-rw-r--r--extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl b/extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
index 3d6a38749..a41188a63 100644
--- a/extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
+++ b/extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl
@@ -19,7 +19,7 @@
<canvas id="orange-graph" class="bz_default_hidden"></canvas>
<span id="orange-count"></span>
[% END %]
- (<a href="https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=[% bug.bug_id FILTER url_quote %]"
+ (<a href="https://brasstacks.mozilla.com/orangefactor/?display=Bug&bugid=[% bug.bug_id FILTER uri %]"
title="Click to load Orange Factor page for this [% terms.bug %]">link</a>)
</td>
</tr>