diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-25 00:05:16 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-25 00:05:16 +0200 |
commit | 2033e6b1c37a024dabad4b0e8533db8d87f248b3 (patch) | |
tree | b708718dfdf79be3435dc6420f280fa29ce052a9 | |
parent | 8796328d9b61ae5fd2cc618c34f23731f5e3c4ca (diff) | |
download | bugzilla-2033e6b1c37a024dabad4b0e8533db8d87f248b3.tar.gz bugzilla-2033e6b1c37a024dabad4b0e8533db8d87f248b3.tar.xz |
Fix regression due to bug 539894
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 2 |
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 ae33146a7..e4472c572 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -241,7 +241,7 @@ [%# PRODUCT #%] [%#############%] <tr> - [% PROCESS "bug/field-label.html.tmpl" + [% INCLUDE "bug/field-label.html.tmpl" field = bug_fields.product desc_url = 'describecomponents.cgi' value = bug.product |