소스 검색

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';