summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-07-26 03:31:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-07-26 03:31:07 +0200
commitc1a71191995c59f93f4e11906fcec41602e40178 (patch)
tree37c3cab63f8f4b215420949956d8dbb7327d71ea /template/en/default/bug/edit.html.tmpl
parent17809fb5f84c17e26f3ff730b4e40f0af0eed710 (diff)
downloadbugzilla-c1a71191995c59f93f4e11906fcec41602e40178.tar.gz
bugzilla-c1a71191995c59f93f4e11906fcec41602e40178.tar.xz
Backout bug 768573 to fix bustage
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 99f513168..bdee83806 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -919,7 +919,7 @@
[% USE Bugzilla %]
[% FOREACH field = Bugzilla.active_custom_fields %]
<tr>
- [% INCLUDE bug/field.html.tmpl value = bug.${field.name}
+ [% PROCESS bug/field.html.tmpl value = bug.${field.name}
editable = bug.check_can_change_field(field.name, 0, 1)
value_span = 2 %]
</tr>