r13905 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13904‎ | r13905 | r13906 >
Date:18:28, 28 April 2006
Author:robchurch
Status:old
Tags:
Comment:
Remove unneeded extra whitespace at top of Special:Categories
Modified paths:
  • /branches/REL1_6/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_6/phase3/includes/SpecialCategories.php (modified) (history)

Diff [purge]

Index: branches/REL1_6/phase3/includes/SpecialCategories.php
@@ -28,8 +28,9 @@
2929 function isSyndicated() { return false; }
3030
3131 function getPageHeader() {
32 - return wfMsgWikiHtml('categoriespagetext') . "<br />\n";
 32+ return wfMsgWikiHtml( 'categoriespagetext' );
3333 }
 34+
3435 function getSQL() {
3536 $NScat = NS_CATEGORY;
3637 $dbr =& wfGetDB( DB_SLAVE );
Index: branches/REL1_6/phase3/RELEASE-NOTES
@@ -39,6 +39,7 @@
4040 * (bug 5005): Fix XHTML <gallery> output.
4141 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
4242 * (bug 4825): note in DefaultSettings.php about 'profiling' table creation
 43+* Remove unneeded extra whitespace at top of Special:Categories
4344
4445 == MediaWiki 1.6.3 ==
4546

Status & tagging log