summaryrefslogtreecommitdiffstats
path: root/extensions/Needinfo/template
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-09-23 05:10:09 +0200
committerByron Jones <bjones@mozilla.com>2013-09-23 05:10:09 +0200
commitb89586bf6b1553836e65784fd2b88137a8d6e8e7 (patch)
treedda05c879143748fabb3f4512b3e7159a56162a0 /extensions/Needinfo/template
parent65bab56090893769427982353767bc41bca975e6 (diff)
downloadbugzilla-b89586bf6b1553836e65784fd2b88137a8d6e8e7.tar.gz
bugzilla-b89586bf6b1553836e65784fd2b88137a8d6e8e7.tar.xz
Bug 919357: Needinfo fix
Diffstat (limited to 'extensions/Needinfo/template')
-rw-r--r--extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
index 6458efc55..cfe4b5b7f 100644
--- a/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
+++ b/extensions/Needinfo/template/en/default/bug/needinfo.html.tmpl
@@ -73,11 +73,11 @@
YAHOO.util.Dom.get('needinfo_from').disabled = true;
var identity = '';
if (role == 'reporter') {
- identity = '[% bug.reporter.identity FILTER js %]';
+ identity = '[% bug.reporter.identity FILTER html FILTER js %]';
} else if (role == 'assigned_to') {
- identity = '[% bug.assigned_to.identity FILTER js %]';
+ identity = '[% bug.assigned_to.identity FILTER html FILTER js %]';
} else if (role == 'qa_contact') {
- identity = '[% bug.qa_contact.identity FILTER js %]';
+ identity = '[% bug.qa_contact.identity FILTER html FILTER js %]';
}
YAHOO.util.Dom.get('needinfo_role_identity').innerHTML = identity;
}