X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiParse.php;h=ce52565d26a055edbe8d940458c116761f635df7;hb=d16f223edf4dcb24b77160ce0be86ef9f9c940fd;hp=47ad80f40e86bc3c3794089de4e2af27f250acff;hpb=a5b5f90fb956605601bd14aed695c8c962b0d064;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 47ad80f40e..ce52565d26 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -818,9 +818,9 @@ class ApiParse extends ApiBase { $p = $this->getModulePrefix(); return array( - 'Parses content and returns parser output', + 'Parses content and returns parser output.', 'See the various prop-Modules of action=query to get information from the current' . - 'version of a page', + 'version of a page.', 'There are several ways to specify the text to parse:', "1) Specify a page or revision, using {$p}page, {$p}pageid, or {$p}oldid.", "2) Specify content explicitly, using {$p}text, {$p}title, and {$p}contentmodel.",