Fix indentation
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 27 Sep 2010 13:06:35 +0000 (13:06 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 27 Sep 2010 13:06:35 +0000 (13:06 +0000)
includes/api/ApiQueryRevisions.php

index 3f97a33..6a3b0a7 100644 (file)
@@ -575,7 +575,7 @@ class ApiQueryRevisions extends ApiQueryBase {
                                ' flags          - Revision flags (minor)',
                                ' timestamp      - The timestamp of the revision',
                                ' user           - User that made the revision',
-                               ' userid                 - User id of revision creator',
+                               ' userid         - User id of revision creator',
                                ' size           - Length of the revision',
                                ' comment        - Comment by the user for revision',
                                ' parsedcomment  - Parsed comment by the user for the revision',