Fix: No reason to start content of a cell with br
This commit is contained in:
parent
9bbea4f385
commit
9589b84a1a
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user