From decc9b21cb349c601c6258aa37eda17657ffdc01 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 18 Aug 2009 22:22:55 +0000 Subject: [PATCH] Remove duplicate tab added in r55281 --- js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php b/js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php index 29bca682cc..ec97bf35f3 100644 --- a/js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php +++ b/js2/mwEmbed/php/maintenance/mergeJavascriptMsg.php @@ -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 ) { -- 2.20.1