From 151cf4cc4d155264b401e98fb3b44aad8fb8c06e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 13 Jan 2006 00:19:48 +0000 Subject: [PATCH] * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT --- RELEASE-NOTES | 1 + includes/Wiki.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1