Extra whitespace which annoys me
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 30 Jun 2010 07:42:07 +0000 (07:42 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 30 Jun 2010 07:42:07 +0000 (07:42 +0000)
includes/Article.php

index 25511b1..3e6b019 100644 (file)
@@ -539,7 +539,7 @@ class Article {
                $this->mContentLoaded = true;
                $this->mRevision =& $revision;
 
-               wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) ) ;
+               wfRunHooks( 'ArticleAfterFetchContent', array( &$this, &$this->mContent ) );
 
                return $this->mContent;
        }