From: Roan Kattouw Date: Fri, 3 Dec 2010 19:47:22 +0000 (+0000) Subject: Fix indentation of => added in r77366 to be in step with the rest X-Git-Tag: 1.31.0-rc.0~33600 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=5609bcfed0502ac814c5303d2015299b9f6695ee;p=lhc%2Fweb%2Fwiklou.git Fix indentation of => added in r77366 to be in step with the rest --- diff --git a/includes/api/ApiFeedWatchlist.php b/includes/api/ApiFeedWatchlist.php index a1a6c6efe7..7b46385650 100644 --- a/includes/api/ApiFeedWatchlist.php +++ b/includes/api/ApiFeedWatchlist.php @@ -189,7 +189,7 @@ class ApiFeedWatchlist extends ApiBase { 'allrev' => 'Include multiple revisions of the same page within given timeframe', 'wlowner' => "The user whose watchlist you want (must be accompanied by {$this->getModulePrefix()}token if it's not you)", 'wltoken' => 'Security token that requested user set in their preferences', - 'linktodiffs' => 'Link to change differences instead of article pages' + 'linktodiffs'=> 'Link to change differences instead of article pages' ); }