diff --git a/htdocs/bom/tpl/objectline_create.tpl.php b/htdocs/bom/tpl/objectline_create.tpl.php
index fc8c811379c..7419c4618e0 100644
--- a/htdocs/bom/tpl/objectline_create.tpl.php
+++ b/htdocs/bom/tpl/objectline_create.tpl.php
@@ -107,9 +107,9 @@ if (!empty($conf->product->enabled) || !empty($conf->service->enabled)) {
echo '';
}
if (!empty($conf->global->BOM_SUB_BOM)) {
- print '
'.$langs->trans("or").' '.$langs->trans("BOM");
+ print '
'.$langs->trans("or").'
'.$langs->trans("BOM");
// TODO Add component to select a BOM
- print '';
+ print '';
}
print '';