diff options
author | Byron Jones <bjones@mozilla.com> | 2012-09-25 19:38:31 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-09-25 19:38:31 +0200 |
commit | d681e68accde827bc859b9658e1e2169aadb020b (patch) | |
tree | 55779a081ba186504202934cbd074f77fa9daa8a | |
parent | ab3f78e604daeac028552a63e53eccec9084ddb9 (diff) | |
download | bugzilla-d681e68accde827bc859b9658e1e2169aadb020b.tar.gz bugzilla-d681e68accde827bc859b9658e1e2169aadb020b.tar.xz |
Fix incorrect uri filter causing test failure
-rw-r--r-- | extensions/OrangeFactor/template/en/default/hook/bug/edit-after_custom_fields.html.tmpl | 2 |
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> |