summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2004-07-10 23:51:23 +0200
committerjustdave%bugzilla.org <>2004-07-10 23:51:23 +0200
commit4e635c0676e60f4bf0af8fc76121ed41dfc2e092 (patch)
treef553d7acc62dc5674e730dd5aeacc9a4677a104f /template/en/default/bug/knob.html.tmpl
parent33a8d18457464cc379635b6b519c239938ce3690 (diff)
downloadbugzilla-4e635c0676e60f4bf0af8fc76121ed41dfc2e092.tar.gz
bugzilla-4e635c0676e60f4bf0af8fc76121ed41dfc2e092.tar.xz
Bug 238797: minor adjustment to javascript filters to prevent tags inserted in product, component, and flag names from causing problems.
r=gerv, a=justdave
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index f0194155d..b93f8099d 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -97,7 +97,7 @@
[% terms.bug %] to
</label>
<input name="assigned_to" size="32"
- onchange="if ((this.value != '[% bug.assigned_to.email FILTER js %]') &&
+ onchange="if ((this.value != '[% bug.assigned_to.email FILTER js FILTER html %]') &&
(this.value != '')) {
document.changeform.knob[[% knum %]].checked=true;
}"