From 4f9d31f611d2c0f054787a8f4a3a1da5691fe642 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Fri, 13 Jul 2007 08:41:25 +0000 Subject: [PATCH] * (bug 10560) Adding a space between category letter heading and "continues" Some localizations files have a space, some not and it looks ugly without. Removing space from localization files will be done shortly togehter with other housekeeping stuff. --- RELEASE-NOTES | 2 +- includes/CategoryPage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index da36047cd6..ceb49b2a2f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -286,7 +286,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN Patch by Alex Smotrov. * Don't show non-functional toolbar buttons on Opera 7 anymore * (bug 9151) Fix relative subpage links with section fragments - +* (bug 10560) Adding a space between category letter heading and "continues" == API changes since 1.10 == diff --git a/includes/CategoryPage.php b/includes/CategoryPage.php index c9f11e9827..426fbb1146 100644 --- a/includes/CategoryPage.php +++ b/includes/CategoryPage.php @@ -352,7 +352,7 @@ class CategoryViewer { } $cont_msg = ""; if ( $articles_start_char[$index] == $prev_start_char ) - $cont_msg = wfMsgHtml('listingcontinuesabbrev'); + $cont_msg = ' ' . wfMsgHtml( 'listingcontinuesabbrev' ); $r .= "

" . htmlspecialchars( $articles_start_char[$index] ) . "$cont_msg

\n