* One paragraph is enough
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 9 Jul 2005 19:55:15 +0000 (19:55 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 9 Jul 2005 19:55:15 +0000 (19:55 +0000)
includes/SpecialUnusedcategories.php
languages/Language.php

index e777360..9ab9505 100644 (file)
@@ -20,7 +20,7 @@ class UnusedCategoriesPage extends QueryPage {
        }
 
        function getPageHeader() {
-               return '<p>'.wfMsg('unusedcategoriestext')."</p><br />\n";
+               return '<p>' . wfMsg('unusedcategoriestext') . '</p>';
        }
 
        function getSQL() {
index 55689fe..c8dbf87 100644 (file)
@@ -1157,7 +1157,7 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.",
 'unusedimagestext' => '<p>Please note that other web sites may link to an image with
 a direct URL, and so may still be listed here despite being
 in active use.</p>',
-'unusedcategoriestext' => '<p>The following category pages exist although no other article or category make use of them.</p>',
+'unusedcategoriestext' => 'The following category pages exist although no other article or category make use of them.',
 
 'booksources'  => 'Book sources',
 'categoriespagetext' => 'The following categories exist in the wiki.',