Index: trunk/phase3/includes/api/ApiQueryBase.php |
— | — | @@ -244,7 +244,7 @@ |
245 | 245 | |
246 | 246 | /** |
247 | 247 | * Add information (title and namespace) about a Title object to a result array |
248 | | - * @param array $arr Result array � la ApiResult |
| 248 | + * @param array $arr Result array à la ApiResult |
249 | 249 | * @param Title $title Title object |
250 | 250 | * @param string $prefix Module prefix |
251 | 251 | */ |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | /** |
274 | 274 | * Add a sub-element under the page element with the given page ID |
275 | 275 | * @param int $pageId Page ID |
276 | | - * @param array $data Data array � la ApiResult |
| 276 | + * @param array $data Data array à la ApiResult |
277 | 277 | */ |
278 | 278 | protected function addPageSubItems($pageId, $data) { |
279 | 279 | $result = $this->getResult(); |