From: Aryeh Gregor Date: Fri, 10 Oct 2008 15:37:32 +0000 (+0000) Subject: Fix E_NOTICE from r41770 X-Git-Tag: 1.31.0-rc.0~44813 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=83773b4a6945ab7e9e6e12e8cf5a28ce0a9a6579;p=lhc%2Fweb%2Fwiklou.git Fix E_NOTICE from r41770 --- diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 9172c8e4e8..70e4dfcbc2 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -24,8 +24,7 @@ class SkinNostalgia extends Skin { } function doBeforeContent() { - - $s .= "\n
\n
\n"; + $s = "\n
\n
\n"; $s .= "
".$this->logoText( "right" )."
"; $s .= $this->pageTitle();