From: Mark A. Hershberger Date: Thu, 3 Nov 2011 21:22:34 +0000 (+0000) Subject: eol w/s X-Git-Tag: 1.31.0-rc.0~26720 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=03e69126c5b0142ade4eb196542e0f02a1d9d1ee;p=lhc%2Fweb%2Fwiklou.git eol w/s --- diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index 06bd9f3362..814864f412 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -72,7 +72,7 @@ class ApiFormatXml extends ApiFormatBase { } else { $data = $this->getResultData(); } - + $this->printText( self::recXmlPrint( $this->mRootElemName, $data, @@ -94,7 +94,7 @@ class ApiFormatXml extends ApiFormatBase { * * If neither key is found, all keys become element names, and values become element content. * The method is recursive, so the same rules apply to any sub-arrays. - * + * * @param $elemName * @param $elemValue * @param $indent