Index: trunk/phase3/includes/SpecialUnusedcategories.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | } |
22 | 22 | |
23 | 23 | function getPageHeader() { |
24 | | - return '<p>'.wfMsg('unusedcategoriestext')."</p><br />\n"; |
| 24 | + return '<p>' . wfMsg('unusedcategoriestext') . '</p>'; |
25 | 25 | } |
26 | 26 | |
27 | 27 | function getSQL() { |
Index: trunk/phase3/languages/Language.php |
— | — | @@ -1157,7 +1157,7 @@ |
1158 | 1158 | 'unusedimagestext' => '<p>Please note that other web sites may link to an image with |
1159 | 1159 | a direct URL, and so may still be listed here despite being |
1160 | 1160 | in active use.</p>', |
1161 | | -'unusedcategoriestext' => '<p>The following category pages exist although no other article or category make use of them.</p>', |
| 1161 | +'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.', |
1162 | 1162 | |
1163 | 1163 | 'booksources' => 'Book sources', |
1164 | 1164 | 'categoriespagetext' => 'The following categories exist in the wiki.', |