From: Sam Reed Date: Fri, 3 Sep 2010 01:06:06 +0000 (+0000) Subject: Widen header documentation X-Git-Tag: 1.31.0-rc.0~35203 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=2cd63736f5053d158033b44d3a8d09d0ee9347fd;p=lhc%2Fweb%2Fwiklou.git Widen header documentation --- 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',