From: Aryeh Gregor Date: Mon, 16 Mar 2009 00:34:46 +0000 (+0000) Subject: Avoid "?>", messes up some syntax highlighters X-Git-Tag: 1.31.0-rc.0~42480 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=cd99068dbe172c7a150206c67057ae10e4c83862;p=lhc%2Fweb%2Fwiklou.git Avoid "?>", messes up some syntax highlighters --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index f6a5601d3f..2474495c19 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -1479,7 +1479,7 @@ class OutputPage { $ret = ''; if( $wgMimeType == 'text/xml' || $wgMimeType == 'application/xhtml+xml' || $wgMimeType == 'application/xml' ) { - $ret .= "\n"; + $ret .= "\n"; } $ret .= "\n";