Fix E_NOTICE from r41770
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 15:37:32 +0000 (15:37 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 10 Oct 2008 15:37:32 +0000 (15:37 +0000)
skins/Nostalgia.php

index 9172c8e..70e4dfc 100644 (file)
@@ -24,8 +24,7 @@ class SkinNostalgia extends Skin {
        }
 
        function doBeforeContent() {
-
-               $s .= "\n<div id='content'>\n<div id='top'>\n";
+               $s = "\n<div id='content'>\n<div id='top'>\n";
                $s .= "<div id=\"logo\">".$this->logoText( "right" )."</div>";
 
                $s .= $this->pageTitle();