From 2cd63736f5053d158033b44d3a8d09d0ee9347fd Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 3 Sep 2010 01:06:06 +0000 Subject: [PATCH] Widen header documentation --- includes/api/ApiMain.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index c851bd217d..6804659a2e 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -741,18 +741,18 @@ class ApiMain extends ApiBase { return array( '', '', - '******************************************************************', - '** **', - '** This is an auto-generated MediaWiki API documentation page **', - '** **', - '** Documentation and Examples: **', - '** http://www.mediawiki.org/wiki/API **', - '** **', - '******************************************************************', + '******************************************************************************************', + '** **', + '** This is an auto-generated MediaWiki API documentation page **', + '** **', + '** Documentation and Examples: **', + '** http://www.mediawiki.org/wiki/API **', + '** **', + '******************************************************************************************', '', - 'Status: All features shown on this page should be working, but the API', - ' is still in active development, and may change at any time.', - ' Make sure to monitor our mailing list for any updates', + 'Status: All features shown on this page should be working, but the API', + ' is still in active development, and may change at any time.', + ' Make sure to monitor our mailing list for any updates', '', 'Documentation: http://www.mediawiki.org/wiki/API', 'Mailing list: http://lists.wikimedia.org/mailman/listinfo/mediawiki-api', -- 2.20.1