diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 86cfae1d606..398dd8036fb 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -469,11 +469,11 @@ if ($mode != 'marketplace')
}
else if (preg_match('/^([^@]+)@([^@]+)$/i',$objMod->config_page_url,$regs))
{
- print '
'.img_picto($langs->trans("Setup"),"setup").' | ';
+ print ''.img_picto($langs->trans("Setup"),"setup").' | ';
}
else
{
- print ''.img_picto($langs->trans("Setup"),"setup").' | ';
+ print ''.img_picto($langs->trans("Setup"),"setup").' | ';
}
}
else
@@ -500,7 +500,8 @@ if ($mode != 'marketplace')
print img_picto($langs->trans("Disabled"),'switch_off');
print "\n";
}
- print "\n | ";
+ print "\n";
+ print " | ";
}
print "\n";