diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php
index e0e23f75d18..6c01935ec39 100644
--- a/htdocs/admin/mails.php
+++ b/htdocs/admin/mails.php
@@ -228,7 +228,7 @@ if ($action == 'edit')
print '';
print '';
- dol_fiche_head($head, 'common', '');
+ dol_fiche_head($head, 'common', '', -1);
print $langs->trans("EMailsDesc")."
\n";
print "
\n";
@@ -453,7 +453,7 @@ if ($action == 'edit')
}
else
{
- dol_fiche_head($head, 'common', '');
+ dol_fiche_head($head, 'common', '', -1);
print $langs->trans("EMailsDesc")."
\n";
print "
\n";
diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
index 150f288e45d..90949c7980d 100644
--- a/htdocs/admin/mails_templates.php
+++ b/htdocs/admin/mails_templates.php
@@ -405,7 +405,7 @@ $head[$h][2] = 'templates';
$h++;
-dol_fiche_head($head, 'templates', '');
+dol_fiche_head($head, 'templates', '', -1);
// Confirmation de la suppression de la ligne
if ($action == 'delete')