r13904 MediaWiki - Code Review archive

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

Diff [purge]

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

Status & tagging log