From: Ævar Arnfjörð Bjarmason Date: Mon, 23 May 2005 23:09:30 +0000 (+0000) Subject: * Cleanup syntax X-Git-Tag: 1.5.0alpha2~106 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=b526b908df80d0b535b2e7d69797ec9305ac5aef;p=lhc%2Fweb%2Fwiklou.git * Cleanup syntax --- diff --git a/includes/Feed.php b/includes/Feed.php index 00e80b1e11..343b24d175 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -173,8 +173,8 @@ class ChannelFeed extends FeedItem { global $wgServer, $wgStylePath; $this->httpHeaders(); - print '<' . '?xml version="1.0" encoding="utf-8"?' . ">\n"; - print '<' . '?xml-stylesheet type="text/css" href="' . + echo '\n"; + echo '\n"; } }