(sanitizing r41770) An ID can't be used for two elements
authorHuji <huji@users.mediawiki.org>
Mon, 6 Oct 2008 19:23:34 +0000 (19:23 +0000)
committerHuji <huji@users.mediawiki.org>
Mon, 6 Oct 2008 19:23:34 +0000 (19:23 +0000)
skins/Nostalgia.php
skins/common/wikiprintable.css

index accc3eb..9172c8e 100644 (file)
@@ -26,7 +26,7 @@ class SkinNostalgia extends Skin {
        function doBeforeContent() {
 
                $s .= "\n<div id='content'>\n<div id='top'>\n";
-               $s .= "<div id=\"topbar\">".$this->logoText( "right" )."</div>";
+               $s .= "<div id=\"logo\">".$this->logoText( "right" )."</div>";
 
                $s .= $this->pageTitle();
                $s .= $this->pageSubtitle() . "\n";
@@ -46,7 +46,8 @@ class SkinNostalgia extends Skin {
                $cat = $this->getCategoryLinks();
                if($cat) $s .= "<br />" . $cat;
 
-               $s .= "<br clear='all' /></div><hr />\n</div>\n";
+               $s .= "<br clear='all' /></div><hr />\n</div
+>\n";
                $s .= "\n<div id='article'>";
 
                return $s;
index 58e132d..8b099bb 100644 (file)
@@ -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;
 }