Remove trailing ?>
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 5 Aug 2009 02:24:50 +0000 (02:24 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 5 Aug 2009 02:24:50 +0000 (02:24 +0000)
maintenance/fetchInterwiki.pl

index cb56a6d..431358d 100644 (file)
@@ -73,7 +73,6 @@ for(my $i=0; $i<=$#iso;++$i) {
 
 $cont .= '
 );
-?>
 ';
 
 open IW, ">Interwiki.php";