diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php index 39f1c213a3a..e159720c5f8 100644 --- a/htdocs/comm/mailing/index.php +++ b/htdocs/comm/mailing/index.php @@ -202,7 +202,7 @@ $db->close(); if ($langs->file_exists("html/spam.html",0)) { - print "



".img_warning().' '.$langs->trans("Note")."
"; + print "



".$langs->trans("Note")."
"; print '
'; $langs->print_file("html/spam.html",0); print '
';