Index: trunk/phase3/includes/CategoryPage.php |
— | — | @@ -352,7 +352,7 @@ |
353 | 353 | } |
354 | 354 | $cont_msg = ""; |
355 | 355 | if ( $articles_start_char[$index] == $prev_start_char ) |
356 | | - $cont_msg = wfMsgHtml('listingcontinuesabbrev'); |
| 356 | + $cont_msg = ' ' . wfMsgHtml( 'listingcontinuesabbrev' ); |
357 | 357 | $r .= "<h3>" . htmlspecialchars( $articles_start_char[$index] ) . "$cont_msg</h3>\n<ul>"; |
358 | 358 | $prev_start_char = $articles_start_char[$index]; |
359 | 359 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -286,8 +286,8 @@ |
287 | 287 | Patch by Alex Smotrov. |
288 | 288 | * Don't show non-functional toolbar buttons on Opera 7 anymore |
289 | 289 | * (bug 9151) Fix relative subpage links with section fragments |
| 290 | +* (bug 10560) Adding a space between category letter heading and "continues" |
290 | 291 | |
291 | | - |
292 | 292 | == API changes since 1.10 == |
293 | 293 | |
294 | 294 | Full API documentation is available at http://www.mediawiki.org/wiki/API |