Index: trunk/extensions/SemanticFormsInputs/SemanticFormsInputs.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
42 | 42 | 'path' => __FILE__, |
43 | 43 | 'name' => 'Semantic Forms Inputs', |
44 | | - 'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', 'others' ), |
| 44 | + 'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', '...' ), |
45 | 45 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms_Inputs', |
46 | 46 | 'descriptionmsg' => 'semanticformsinputs-desc', |
47 | 47 | 'version' => SFI_VERSION, |