Index: branches/REL1_6/phase3/includes/SpecialCategories.php |
— | — | @@ -28,8 +28,9 @@ |
29 | 29 | function isSyndicated() { return false; } |
30 | 30 | |
31 | 31 | function getPageHeader() { |
32 | | - return wfMsgWikiHtml('categoriespagetext') . "<br />\n"; |
| 32 | + return wfMsgWikiHtml( 'categoriespagetext' ); |
33 | 33 | } |
| 34 | + |
34 | 35 | function getSQL() { |
35 | 36 | $NScat = NS_CATEGORY; |
36 | 37 | $dbr =& wfGetDB( DB_SLAVE ); |
Index: branches/REL1_6/phase3/RELEASE-NOTES |
— | — | @@ -39,6 +39,7 @@ |
40 | 40 | * (bug 5005): Fix XHTML <gallery> output. |
41 | 41 | * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date). |
42 | 42 | * (bug 4825): note in DefaultSettings.php about 'profiling' table creation |
| 43 | +* Remove unneeded extra whitespace at top of Special:Categories |
43 | 44 | |
44 | 45 | == MediaWiki 1.6.3 == |
45 | 46 | |