From 896b06f7f37a83f2d3022d0b689705997ff88cb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 27 Jun 2013 14:25:09 +0200 Subject: [PATCH] Remove incorrect linebreak https://bugzilla.mozilla.org/show_bug.cgi?id=286374 --- template/en/default/bug/edit.html.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 933b9ce72e..8a3a6082ce 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -273,10 +273,7 @@ [%############%] [% INCLUDE "bug/field-label.html.tmpl" - field = bug_fields. - rep_platform editable = 1 - accesskey = "h" - %] + field = bug_fields.rep_platform, editable = 1, accesskey = "h" %] [% INCLUDE bug/field.html.tmpl bug = bug, field = bug_fields.rep_platform, -- 2.47.3