From: Roan Kattouw Date: Tue, 25 Mar 2008 20:54:11 +0000 (+0000) Subject: That backslash should be there, I forgot to escape it. X-Git-Tag: 1.31.0-rc.0~48812 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=dafa7d21f53453864307553c7ed545f044032761;p=lhc%2Fweb%2Fwiklou.git That backslash should be there, I forgot to escape it. --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index bd945613df..6035c3d9a0 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -255,7 +255,7 @@ class ApiEditPage extends ApiBase { protected function getExamples() { return array ( "Edit a page (anonymous user):", - " api.php?action=edit&title=Test&summary=test%20summary&text=article%20content&basetimestamp=20070824123454&token=%2B" + " api.php?action=edit&title=Test&summary=test%20summary&text=article%20content&basetimestamp=20070824123454&token=%2B\\" ); }