summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-08-22 09:25:59 +0200
committerlpsolit%gmail.com <>2008-08-22 09:25:59 +0200
commit8e08e211cce7b77ff20347e30082adb11ef899be (patch)
tree82117024daea1b277307226d8b79180270ffcaa5 /template
parentbfcc230e3bf4b8876816f20911a46505dea0f61a (diff)
downloadbugzilla-8e08e211cce7b77ff20347e30082adb11ef899be.tar.gz
bugzilla-8e08e211cce7b77ff20347e30082adb11ef899be.tar.xz
Fix bustage due to bug 287334
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/field.html.tmpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl
index 7720ea0f8..b7fdd4291 100644
--- a/template/en/default/bug/field.html.tmpl
+++ b/template/en/default/bug/field.html.tmpl
@@ -75,11 +75,11 @@
(<a href="#" id="[% field.name FILTER html %]_edit_action">edit</a>)
</span>
<script type="text/javascript">
- hideEditableField('[% field.name FILTER html %]_edit_container',
- '[% field.name FILTER html %]_input_area',
- '[% field.name FILTER html %]_edit_action',
- '[% field.name FILTER html %]',
- "[% bug.${field.name} %]");
+ hideEditableField('[% field.name FILTER js %]_edit_container',
+ '[% field.name FILTER js %]_input_area',
+ '[% field.name FILTER js %]_edit_action',
+ '[% field.name FILTER js %]',
+ "[% bug.${field.name} FILTER js %]");
</script>
[% CASE [ constants.FIELD_TYPE_SINGLE_SELECT
constants.FIELD_TYPE_MULTI_SELECT ] %]