r41934 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41933‎ | r41934 | r41935 >
Date:15:37, 10 October 2008
Author:simetrical
Status:old
Tags:
Comment:
Fix E_NOTICE from r41770
Modified paths:
  • /trunk/phase3/skins/Nostalgia.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Nostalgia.php
@@ -24,8 +24,7 @@
2525 }
2626
2727 function doBeforeContent() {
28 -
29 - $s .= "\n<div id='content'>\n<div id='top'>\n";
 28+ $s = "\n<div id='content'>\n<div id='top'>\n";
3029 $s .= "<div id=\"logo\">".$this->logoText( "right" )."</div>";
3130
3231 $s .= $this->pageTitle();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r41770(bug 15869) Nostalgia skin does not show page title in printable modehuji19:13, 6 October 2008

Status & tagging log