r69179 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69178‎ | r69179 | r69180 >
Date:09:28, 8 July 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Whitespace fix
Modified paths:
  • /trunk/phase3/includes/api/ApiFormatJson.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFormatJson.php
@@ -70,7 +70,7 @@
7171 }
7272 $this->printText(
7373 $prefix .
74 - FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) .
 74+ FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) .
7575 $suffix
7676 );
7777 }

Status & tagging log