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

@ -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';