Index: trunk/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: trunk/phase3/RELEASE-NOTES |
— | — | @@ -132,6 +132,7 @@ |
133 | 133 | * (bug 5005): Fix XHTML <gallery> output. |
134 | 134 | * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date). |
135 | 135 | * (bug 4825): note in DefaultSettings.php about 'profiling' table creation |
| 136 | +* Remove unneeded extra whitespace at top of Special:Categories |
136 | 137 | |
137 | 138 | == Compatibility == |
138 | 139 | |