Index: branches/ApiEdit_Vodafone/includes/api/ApiEditPage.php |
— | — | @@ -289,8 +289,8 @@ |
290 | 290 |
|
291 | 291 | protected function getExamples() {
|
292 | 292 | return array (
|
293 | | - "Edit a page (anonimous user)",
|
294 | | - "http://localhost/WikiMob/api.php?action=edit&eptitle=Test&epsummary=test%20summary&eptext=article%20content&epedittime=20070824123454&eptokenid=+\\"
|
| 293 | + "Edit a page (anonimous user):",
|
| 294 | + " api.php?action=edit&eptitle=Test&epsummary=test%20summary&eptext=article%20content&epedittime=20070824123454&eptokenid=+%5C"
|
295 | 295 | );
|
296 | 296 | }
|
297 | 297 |
|