From: Brion Vibber Date: Fri, 13 Jan 2006 00:19:48 +0000 (+0000) Subject: * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT X-Git-Tag: 1.6.0~581 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=151cf4cc4d155264b401e98fb3b44aad8fb8c06e;p=lhc%2Fweb%2Fwiklou.git * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index beb95c8f43..fcf8d4fc05 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -472,6 +472,7 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 2026) missing glue around \not= (TeX) * (bug 4576) Missing '>' broke license selector's first option in IE, Opera * Override $wgLocaltimezone in parser tests for us outside Iceland and UK +* Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT === Caveats === diff --git a/includes/Wiki.php b/includes/Wiki.php index 1274dbfc65..52f0a8189a 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -343,5 +343,4 @@ class MediaWiki { }; /* End of class MediaWiki */ -?> - +?> \ No newline at end of file