From 900b9f377f4be1aa0df19ca0c5cda428ffc0ce7c Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 27 Sep 2010 13:06:35 +0000 Subject: [PATCH] Fix indentation --- includes/api/ApiQueryRevisions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryRevisions.php b/includes/api/ApiQueryRevisions.php index 3f97a33349..6a3b0a740a 100644 --- a/includes/api/ApiQueryRevisions.php +++ b/includes/api/ApiQueryRevisions.php @@ -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', -- 2.20.1