瀏覽代碼

Update foreground.php

Fix syntax (oops)
Karsten Hoffmeyer 11 年之前
父節點
當前提交
7794d1eb28
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      foreground.php

+ 3 - 3
foreground.php

@@ -19,12 +19,12 @@ $wgExtensionCredits['skin'][] = array(
 	'path'		 => __FILE__,
 	'name'		 => 'Foreground',
 	'url'		 => 'http://foreground.thingelstad.com/',
-	'author'	 => array (
+	'author'	 => array(
 		'Garrick Van Buren',
 		'Jamie Thingelstad',
 		'...'
-		)
-	'descriptionmsg' => 'foreground-desc',
+		),
+	'descriptionmsg' => 'foreground-desc'
 );
 
 $wgValidSkinNames['foreground'] = 'Foreground';