From: Raimond Spekking Date: Fri, 13 Jul 2007 08:41:25 +0000 (+0000) Subject: * (bug 10560) Adding a space between category letter heading and "continues" X-Git-Tag: 1.31.0-rc.0~52107 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=4f9d31f611d2c0f054787a8f4a3a1da5691fe642;p=lhc%2Fweb%2Fwiklou.git * (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. --- 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