CVS: spip/ecrire statistiques_visites.php3,1.53,1.54

Update of /home/spip-cvs/spip/ecrire
In directory miel:/tmp/cvs-serv438/ecrire

Modified Files:
  statistiques_visites.php3
Log Message:
maximum :27 => maximum : 27

Index: statistiques_visites.php3

RCS file: /home/spip-cvs/spip/ecrire/statistiques_visites.php3,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- statistiques_visites.php3 24 Nov 2003 21:54:06 -0000 1.53
+++ statistiques_visites.php3 16 Dec 2003 13:29:16 -0000 1.54
@@ -402,7 +402,7 @@
     echo "<font face='arial,helvetica,sans-serif' size=1>"._T('texte_statistiques_visites')."</font>";
     echo "<p><table cellpadding=0 cellspacing=0 border=0 width='100%'><tr width='100%'>";
     echo "<td valign='top' width='33%'><font face='Verdana,Arial,Sans,sans-serif'>";
- echo _T('info_maximum').$max;
+ echo _T('info_maximum')." ".$max;
     echo "<br>"._T('info_moyenne')." ".round($moyenne);
     echo "</td>";
     echo "<td valign='top' width='33%'><font face='Verdana,Arial,Sans,sans-serif'>";