From 7a5d251805bdb32495614c5b4836042d3ab2d0b4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 3 Sep 2005 19:22:29 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '
';