template arguments, various improvements to handling of recursive inclusion
[lhc/web/wiklou.git] / includes / SkinStandard.php
index 6f788b8..d2549a1 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 # See skin.doc
 
 class SkinStandard extends Skin {
@@ -21,7 +21,7 @@ class SkinStandard extends Skin {
 
                $s = parent::getUserStyles();
                if ( 3 == $this->qbSetting() ) { # Floating left
-                       $s .= "<style type='text/css' media='screen'>\n" .
+                       $s .= "<style type='text/css'>\n" .
                          "@import '{$wgStyleSheetPath}/quickbar.css';\n</style>\n";
                }
                return $s;