Index: trunk/extensions/SiteMatrix/SiteMatrix.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $wgExtensionCredits['specialpage'][] = array( |
13 | 13 | 'name' => 'SiteMatrix', |
14 | | - 'description' => 'display a list of wikimedia wikis' |
| 14 | + 'description' => 'Displays a list of Wikimedia wikis' |
15 | 15 | ); |
16 | 16 | |
17 | 17 | # Internationalisation file |
Index: trunk/extensions/SiteMatrix/SiteMatrix_body.php |
— | — | @@ -91,7 +91,7 @@ |
92 | 92 | $s = '<table> |
93 | 93 | <tr> |
94 | 94 | <th>' . wfMsg( 'sitematrix-language' ) . '</th> |
95 | | - <th colspan="' . count( $sites ) . '>' . wfMsg( 'sitematrix-project' ) . '"</th> |
| 95 | + <th colspan="' . count( $sites ) . '">' . wfMsg( 'sitematrix-project' ) . '</th> |
96 | 96 | </tr><tr> |
97 | 97 | <th> </th>'; |
98 | 98 | foreach ( $names as $name ) { |