Fix: add return line

This commit is contained in:
Regis Houssin 2011-04-20 08:50:41 +00:00
parent fe8ddda3d5
commit 07bfba0db4
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@
foreach($object->hooks as $module) {
$module->formCreateProductOptions($object);
}
echo '<br>';
}
// Editor wysiwyg

View File

@ -58,12 +58,13 @@
else
$html->select_produits('','idprod','',$conf->product->limit_size);
if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) print '<br>';
if (! $conf->global->PRODUIT_USE_SEARCH_TO_SELECT) echo '<br>';
if (! empty($object->hooks)) {
foreach($object->hooks as $module) {
$module->formCreateProductOptions($object);
}
echo '<br>';
}
// Editor wysiwyg