diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php
index 0e45d12f192..82ebefaf849 100644
--- a/htdocs/admin/modules.php
+++ b/htdocs/admin/modules.php
@@ -129,11 +129,11 @@ dolibarr_fiche_head($head, $hselected, $langs->trans("Modules"));
if (!$_GET["spe"])
{
- print "
".$langs->trans("ModulesDesc")."
\n";
+ print $langs->trans("ModulesDesc")."
\n";
}
else
{
- print "
".$langs->trans("ModulesSpecialDesc")."
\n";
+ print $langs->trans("ModulesSpecialDesc")."
\n";
}