Fix: No reason to start content of a cell with br

This commit is contained in:
Laurent Destailleur 2012-10-22 19:30:49 +02:00
parent 9bbea4f385
commit 9589b84a1a

View File

@ -51,7 +51,7 @@
{
echo $form->select_type_of_lines($line->product_type, 'type', 1, 1);
}
?>
?>
<input id="product_label" name="product_label" size="40" value="<?php echo $label; ?>"<?php echo $placeholder . ((! empty($line->fk_product) && empty($line->label)) ? ' disabled="disabled"' : ''); ?>>
<input type="hidden" id="origin_label_cache" name="origin_label_cache" value="<?php echo $line->product_label; ?>" />
@ -87,7 +87,7 @@
$reshook=$hookmanager->executeHooks('formEditProductOptions',$parameters,$this,$action);
}
echo '<br>';
//echo '<br>'; // Fix: No reason to start a content of the cells with br
// editeur wysiwyg
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';