Fix: No reason to start content of a cell with br
This commit is contained in:
parent
9bbea4f385
commit
9589b84a1a
@ -87,7 +87,7 @@
|
|||||||
$reshook=$hookmanager->executeHooks('formEditProductOptions',$parameters,$this,$action);
|
$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
|
// editeur wysiwyg
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user