diff options
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 933b9ce72..8a3a6082c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -273,10 +273,7 @@ [%############%] <tr> [% INCLUDE "bug/field-label.html.tmpl" - field = bug_fields. - rep_platform editable = 1 - accesskey = "h" - %] + field = bug_fields.rep_platform, editable = 1, accesskey = "h" %] <td class="field_value"> [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.rep_platform, |