CVS: spip/ecrire articles_tous.php3,1.21,1.22

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

Modified Files:
  articles_tous.php3
Log Message:
modifs langues

Index: articles_tous.php3

RCS file: /home/spip-cvs/spip/ecrire/articles_tous.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- articles_tous.php3 27 Feb 2004 22:38:50 -0000 1.21
+++ articles_tous.php3 27 Feb 2004 22:43:15 -0000 1.22
@@ -206,7 +206,7 @@
   $langues = explode(',', lire_meta('langues_multilingue'));
   if (count($langues) > 1) {
     sort($langues);
- echo "<hr /><B>"._T('titre_cadre_afficher_traductions')."&nbsp;:</B><BR>";
+ echo "<hr /><B>"._T('titre_cadre_afficher_traductions')."</B><BR>";
     while (list(, $l) = each ($langues)) {
       if ($sel_lang[$l])
         echo "<div><input type='checkbox' name='sel_lang[$l]' value='$l' CHECKED> <span class='lang_base'$direction_generale>$l</span> ".traduire_nom_langue($l)." </div>\n";