From 33635aecb966dcb193254ec3b2055ca7ef99d247 Mon Sep 17 00:00:00 2001 From: Huji Date: Mon, 6 Oct 2008 19:23:34 +0000 Subject: [PATCH] (sanitizing r41770) An ID can't be used for two elements --- skins/Nostalgia.php | 5 +++-- skins/common/wikiprintable.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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; } -- 2.20.1