Browse Source

Update foreground.php

Fix syntax (oops)
Karsten Hoffmeyer 11 years ago
parent
commit
7794d1eb28
1 changed files with 3 additions and 3 deletions
  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';