https://bugzilla.wikimedia.org/show_bug.cgi?id=19801

           Summary: Vector adds wikiprintable.css but like monobook does not
                    require it.
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Vector Skin
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The source contains:
<link rel="stylesheet" href="/skins-1.5/common/wikiprintable.css?230"
type="text/css" media="print" />

I'm not really sure why, because VectorSkin extends SkinTemplate, which has: 

public function commonPrintStylesheet() {
                return false;
}

And according to Skin:
         * Skins that have their own
         * print stylesheet should override this and return false.  (This is an
         * ugly hack to get Monobook to play nicely with
         * OutputPage::headElement().)


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to