Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.php |
— | — | @@ -43,7 +43,13 @@ |
44 | 44 | $wgExtensionCredits['media'][] = array( |
45 | 45 | 'path' => __FILE__, |
46 | 46 | 'name' => 'PagedTiffHandler', |
47 | | - 'author' => '[http://www.hallowelt.biz HalloWelt! Medienwerkstatt GmbH], Sebastian Ulbricht, Daniel Lynge, Marc Reymann, Markus Glaser for Wikimedia Deutschland', |
| 47 | + 'author' => array( |
| 48 | + '[http://www.hallowelt.biz HalloWelt! Medienwerkstatt GmbH]', |
| 49 | + 'Sebastian Ulbricht', |
| 50 | + 'Daniel Lynge', |
| 51 | + 'Marc Reymann', |
| 52 | + 'Markus Glaser for Wikimedia Deutschland' |
| 53 | + ), |
48 | 54 | 'description' => 'Handler for viewing paged TIFF files in image mode', |
49 | 55 | 'descriptionmsg' => 'tiff-desc', |
50 | 56 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PagedTiffHandler', |