From 219b06f28f3ab3b75725e290c0b33ecfc7d879f9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 3 Jan 2012 15:49:10 +0000 Subject: [PATCH] * (bug 33483) One space to much in header of auto-generated documentation --- includes/api/ApiMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 376f44c826..32197092d2 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -815,7 +815,7 @@ class ApiMain extends ApiBase { '** This is an auto-generated MediaWiki API documentation page **', '** **', '** Documentation and Examples: **', - '** https://www.mediawiki.org/wiki/API **', + '** https://www.mediawiki.org/wiki/API **', '** **', '**********************************************************************************************************', '', -- 2.20.1