Index: trunk/extensions/ContributionReporting/ContributionReporting.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ContributionReporting', |
22 | 22 | 'svn-date' => '$LastChangedDate$', |
23 | 23 | 'svn-revision' => '$LastChangedRevision$', |
24 | | - 'author' => array( 'David Strauss', 'Brion Vibber', 'Siebrand Mazeland' ); |
| 24 | + 'author' => array( 'David Strauss', 'Brion Vibber', 'Siebrand Mazeland' ), |
25 | 25 | 'descriptionmsg' => 'contributionreporting-desc', |
26 | 26 | ); |
27 | 27 | |