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 @@
911
911
*/
912
912
function afterContent() {
913
913
$printfooter = "<div class=\"printfooter\">\n" . $this->printFooter() . "</div>\n";
914
- return $this->generateDebugHTML() . $printfooter . $this->doAfterContent();
914
+ return $printfooter . $this->generateDebugHTML() . $this->doAfterContent();
915
915
}
916
916
917
917
/**
Status & tagging log
00:20, 14 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r47024
[
removed:
old
added:
deferred]