From 9589b84a1a7cc8fecc015ac07cbce0606258bacb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 22 Oct 2012 19:30:49 +0200 Subject: [PATCH] Fix: No reason to start content of a cell with br --- htdocs/core/tpl/objectline_edit.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php index 4629e2dcb22..e2dd75494e9 100644 --- a/htdocs/core/tpl/objectline_edit.tpl.php +++ b/htdocs/core/tpl/objectline_edit.tpl.php @@ -51,7 +51,7 @@ { echo $form->select_type_of_lines($line->product_type, 'type', 1, 1); } - ?> + ?> fk_product) && empty($line->label)) ? ' disabled="disabled"' : ''); ?>> @@ -87,7 +87,7 @@ $reshook=$hookmanager->executeHooks('formEditProductOptions',$parameters,$this,$action); } - echo '
'; + //echo '
'; // Fix: No reason to start a content of the cells with br // editeur wysiwyg require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';