From 71a6e581cb2bbadcfb22a013ddd2fb7f9bc51fc4 Mon Sep 17 00:00:00 2001 From: James <james@rezo.net> Date: Tue, 19 Sep 2006 16:27:03 +0000 Subject: [PATCH] =?UTF-8?q?deux=20warnings=20sur=20une=20propri=C3=A9t?= =?UTF-8?q?=C3=A9=20background=20en=20moins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/presentation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index cd8b2a4f80..5459a5b3b8 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -2264,7 +2264,7 @@ if (true /*$bandeau_colore*/) { } echo "\n<div style=\"max-height: 40px; width: 100%; border-bottom: solid 1px white;$style\">"; - echo "<table align='center' cellpadding='0' background='' width='$largeur'><tr width='$largeur'>"; + echo "<table align='center' cellpadding='0' style='background: none;' width='$largeur'><tr width='$largeur'>"; echo "<td valign='middle' class='bandeau_couleur' style='text-align: $spip_lang_left;'>"; -- GitLab