From 38552e37c5b57d48bd76c5564d196e6d4cffee7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 9 Jul 2005 19:55:15 +0000 Subject: [PATCH] * One paragraph is enough --- includes/SpecialUnusedcategories.php | 2 +- languages/Language.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialUnusedcategories.php b/includes/SpecialUnusedcategories.php index e777360e3e..9ab95050f0 100644 --- a/includes/SpecialUnusedcategories.php +++ b/includes/SpecialUnusedcategories.php @@ -20,7 +20,7 @@ class UnusedCategoriesPage extends QueryPage { } function getPageHeader() { - return '

'.wfMsg('unusedcategoriestext')."


\n"; + return '

' . wfMsg('unusedcategoriestext') . '

'; } function getSQL() { diff --git a/languages/Language.php b/languages/Language.php index 55689fedd9..c8dbf873ad 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1157,7 +1157,7 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.", 'unusedimagestext' => '

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.

', -'unusedcategoriestext' => '

The following category pages exist although no other article or category make use of them.

', +'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.', -- 2.20.1