Hi, Le 19/10/2013 13:22, Andrei POPESCU a écrit :
> I'm getting this since about two days. Just committed the attached fix. Regards David
--- Begin Message ---Update of /cvs/webwml/webwml/english/mirror In directory vasks:/var/tmp/cvs-serv12891/english/mirror Modified Files: mirror_list.pl Log Message: (validate) http.debian.net has no country --- /cvs/webwml/webwml/english/mirror/mirror_list.pl 2013/05/05 02:50:28 1.155 +++ /cvs/webwml/webwml/english/mirror/mirror_list.pl 2013/10/19 17:42:13 1.156 @@ -1235,7 +1235,9 @@ my $id = $our_mirrors{$site}; my $countryplain = $plain_name_of_country{ $mirror[$id]{country} }; my $countrycode = $code_of_country{ $mirror[$id]{country} }; - print "<li>" . $mirror[$id]{site} . " (<".$countrycode."c>): "; + print "<li>" . $mirror[$id]{site}; + if ($countrycode ne ''){print " (<".$countrycode."c>)"} + print ": "; printhtmlftprsync($mirror[$id]{site}, $mirror[$id]{method}{$whichtype.'-http'}, $mirror[$id]{method}{$whichtype.'-ftp'},
--- End Message ---
signature.asc
Description: OpenPGP digital signature