A d d s p a c e s
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Sep 2011 14:33:57 +0000 (14:33 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 1 Sep 2011 14:33:57 +0000 (14:33 +0000)
includes/Skin.php

index 5eb27cc..da19a6b 100644 (file)
@@ -282,7 +282,7 @@ abstract class Skin extends ContextSource {
         * Outputs the HTML generated by other functions.
         * @param $out OutputPage
         */
-       abstract function outputPage( OutputPage $out=null );
+       abstract function outputPage( OutputPage $out = null );
 
        static function makeVariablesScript( $data ) {
                if ( $data ) {