Index: trunk/phase3/includes/api/ApiFormatXml.php |
— | — | @@ -72,7 +72,7 @@ |
73 | 73 | } else { |
74 | 74 | $data = $this->getResultData(); |
75 | 75 | } |
76 | | - |
| 76 | + |
77 | 77 | $this->printText( |
78 | 78 | self::recXmlPrint( $this->mRootElemName, |
79 | 79 | $data, |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | * |
96 | 96 | * If neither key is found, all keys become element names, and values become element content. |
97 | 97 | * The method is recursive, so the same rules apply to any sub-arrays. |
98 | | - * |
| 98 | + * |
99 | 99 | * @param $elemName |
100 | 100 | * @param $elemValue |
101 | 101 | * @param $indent |