From: Niklas Laxström Date: Wed, 30 Jun 2010 07:42:07 +0000 (+0000) Subject: Extra whitespace which annoys me X-Git-Tag: 1.31.0-rc.0~36336 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=e7d77ad5f35fd3ceef7f813760c628d98e3945dc;p=lhc%2Fweb%2Fwiklou.git Extra whitespace which annoys me --- diff --git a/includes/Article.php b/includes/Article.php index 25511b1baa..3e6b01927e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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; }