Remove BOM and parser error in parent commit 77b72c24fc75fd8da5d304cf33172054031095fa
authorPlatonides <platonides@gmail.com>
Sat, 7 Apr 2012 17:55:49 +0000 (19:55 +0200)
committerPlatonides <platonides@gmail.com>
Sat, 7 Apr 2012 17:55:49 +0000 (19:55 +0200)
Change-Id: Ic23362656f45f151b9d2cefac16f832af664e18b

includes/api/ApiEditPage.php

index 229afde..608f815 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php
 /**
  *
  *
@@ -479,7 +479,7 @@ class ApiEditPage extends ApiBase {
                $p = $this->getModulePrefix();
                return array(
                        'title' => "Title of the page you want to edit. Cannot be used together with {$p}pageid",
-                       'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title,
+                       'pageid' => "Page ID of the page you want to edit. Cannot be used together with {$p}title",
                        'section' => 'Section number. 0 for the top section, \'new\' for a new section',
                        'sectiontitle' => 'The title for a new section',
                        'text' => 'Page content',