From 952d025e77cf73d174eae94e5b38088ef8f248c1 Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Fri, 23 Dec 2005 01:02:36 +0000 Subject: [PATCH] affichage stats : ne pas deborder quand un titre est long (Francois Schreuer) --- ecrire/inc_presentation.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 981451d195..98a56710a2 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -3135,7 +3135,7 @@ function debut_gauche($rubrique = "asuivre") { echo "<br><table width='$largeur_ecran' cellpadding=0 cellspacing=0 border=0> <tr><td width='$largeur' class='colonne_etroite' valign='top' class='serif' $rspan> - <div style='width: ${largeur}px;'> + <div style='width: ${largeur}px; overflow:hidden;'> \n"; if ($spip_display == 4) echo "<!-- "; -- GitLab