summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-05-21 17:25:34 +0200
committerByron Jones <bjones@mozilla.com>2013-05-21 17:25:34 +0200
commit1bd19d00ed60712c9b0cf1de7089da7765d2632a (patch)
treef9cbae8315aa7961ea7d99e8c244a78a039bebd5 /extensions/GuidedBugEntry
parent5143d679ac939ae894f0799bea6db51ce6b023cb (diff)
downloadbugzilla-1bd19d00ed60712c9b0cf1de7089da7765d2632a.tar.gz
bugzilla-1bd19d00ed60712c9b0cf1de7089da7765d2632a.tar.xz
Bug 874464: unable to file bugs with the guided bug entry form using IE
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index 849df4c47..ff3ecbc11 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -70,7 +70,7 @@ dupes.setLabels(
id: "[% field_descs.bug_id FILTER js %]",
summary: "[% field_descs.short_desc FILTER js %]",
component: "[% field_descs.component FILTER js %]",
- status: "[% field_descs.bug_status FILTER js %]",
+ status: "[% field_descs.bug_status FILTER js %]"
}
);
</script>