From: Huji Date: Mon, 6 Oct 2008 19:23:34 +0000 (+0000) Subject: (sanitizing r41770) An ID can't be used for two elements X-Git-Tag: 1.31.0-rc.0~44874 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=33635aecb966dcb193254ec3b2055ca7ef99d247;p=lhc%2Fweb%2Fwiklou.git (sanitizing r41770) An ID can't be used for two elements --- diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index accc3eb183..9172c8e4e8 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -26,7 +26,7 @@ class SkinNostalgia extends Skin { function doBeforeContent() { $s .= "\n
\n
\n"; - $s .= "
".$this->logoText( "right" )."
"; + $s .= "
".$this->logoText( "right" )."
"; $s .= $this->pageTitle(); $s .= $this->pageSubtitle() . "\n"; @@ -46,7 +46,8 @@ class SkinNostalgia extends Skin { $cat = $this->getCategoryLinks(); if($cat) $s .= "
" . $cat; - $s .= "

\n
\n"; + $s .= "

\n\n"; $s .= "\n
"; return $s; diff --git a/skins/common/wikiprintable.css b/skins/common/wikiprintable.css index 58e132d6cf..8b099bb29a 100644 --- a/skins/common/wikiprintable.css +++ b/skins/common/wikiprintable.css @@ -21,7 +21,7 @@ a, a.external, a.new, a.stub { } /* Hide ugly UI stuff */ -#quickbar, #topbar, #footer, #siteNotice, +#quickbar, #topbar, #logo, #footer, #siteNotice, .editsection, .toctoggle { display: none; }