Remove duplicate tab added in r55281
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 18 Aug 2009 22:22:55 +0000 (22:22 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Tue, 18 Aug 2009 22:22:55 +0000 (22:22 +0000)
js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php

index 29bca68..ec97bf3 100644 (file)
@@ -66,8 +66,8 @@ function doJsonMerge( $json_txt ) {
        global $curFileName;
 
        $out = "\n\t/*
-       \t * js file: {$curFileName}
-       \t */\n";
+\t * js file: {$curFileName}
+\t */\n";
        $jmsg = json_decode( '{' . $json_txt . '}', true );
        if ( count( $jmsg ) != 0 ) {
                foreach ( $jmsg as $k => $v ) {