diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-06-27 14:25:09 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-06-27 14:25:09 +0200 |
commit | 896b06f7f37a83f2d3022d0b689705997ff88cb4 (patch) | |
tree | afda73141386cd7631c33091fded198ebe734777 /template/en/default | |
parent | f78c42d80cc1a948e61e2176d4c262249a1be056 (diff) | |
download | bugzilla-896b06f7f37a83f2d3022d0b689705997ff88cb4.tar.gz bugzilla-896b06f7f37a83f2d3022d0b689705997ff88cb4.tar.xz |
Remove incorrect linebreak
https://bugzilla.mozilla.org/show_bug.cgi?id=286374
Diffstat (limited to 'template/en/default')
-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, |