X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=skins%2FVector.php;h=d0305f0093e79da2ec02006e13504b92471d5f4e;hb=a9ab983b2656516b90bdea697bd35e6ae981e46c;hp=d477c6595ab2cbe6a7bdde041f75b5918b4c7ecf;hpb=7cc8df605ed4c94bbb5be7f83755b4418485e9f4;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/Vector.php b/skins/Vector.php index d477c6595a..d0305f0093 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -48,7 +48,7 @@ class SkinVector extends SkinTemplate { parent::initPage( $out ); // Append CSS which includes IE only behavior fixes for hover support - - // this is better than including this in a CSS fille since it doesn't + // this is better than including this in a CSS file since it doesn't // wait for the CSS file to load before fetching the HTC file. $min = $this->getRequest()->getFuzzyBool( 'debug' ) ? '' : '.min'; $out->addHeadItem( 'csshover', @@ -61,8 +61,7 @@ class SkinVector extends SkinTemplate { } /** - * Load skin and user CSS files in the correct order - * fixes bug 22916 + * Loads skin and user CSS files. * @param $out OutputPage object */ function setupSkinUserCss( OutputPage $out ) {