Remove unneeded extra whitespace at top of Special:Categories
This commit is contained in:
parent
0b23e49d18
commit
0cd9da4a37
2 changed files with 3 additions and 1 deletions
|
|
@ -132,6 +132,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|||
* (bug 5005): Fix XHTML <gallery> output.
|
||||
* (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
|
||||
* (bug 4825): note in DefaultSettings.php about 'profiling' table creation
|
||||
* Remove unneeded extra whitespace at top of Special:Categories
|
||||
|
||||
== Compatibility ==
|
||||
|
||||
|
|
|
|||
|
|
@ -28,8 +28,9 @@ class CategoriesPage extends QueryPage {
|
|||
function isSyndicated() { return false; }
|
||||
|
||||
function getPageHeader() {
|
||||
return wfMsgWikiHtml('categoriespagetext') . "<br />\n";
|
||||
return wfMsgWikiHtml( 'categoriespagetext' );
|
||||
}
|
||||
|
||||
function getSQL() {
|
||||
$NScat = NS_CATEGORY;
|
||||
$dbr =& wfGetDB( DB_SLAVE );
|
||||
|
|
|
|||
Loading…
Reference in a new issue