r47024 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47023‎ | r47024 | r47025 >
Date:23:48, 8 February 2009
Author:minuteelectron
Status:deferred
Tags:
Comment:
* Minor adjustment to previous commit, unify ordering (print footer, then debug data).
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -910,7 +910,7 @@
911911 */
912912 function afterContent() {
913913 $printfooter = "<div class=\"printfooter\">\n" . $this->printFooter() . "</div>\n";
914 - return $this->generateDebugHTML() . $printfooter . $this->doAfterContent();
 914+ return $printfooter . $this->generateDebugHTML() . $this->doAfterContent();
915915 }
916916
917917 /**

Status & tagging log