svn: /pear/pearweb/trunk/public_html/channels/ xbel.php
[email protected] ("Daniel O'Connor") Wed, 27 Apr 2011 13:08:02 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
--8efe2447eefb4caa631e586c904376ff250e3695
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
clockwerx Wed, 27 Apr 2011 13:08:02 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310559
Log:
Cater for short_open_tag :(
Changed paths:
U pear/pearweb/trunk/public_html/channels/xbel.php
Modified: pear/pearweb/trunk/public_html/channels/xbel.php
===================================================================
--- pear/pearweb/trunk/public_html/channels/xbel.php 2011-04-27 12:59:48 UTC (rev 310558)
+++ pear/pearweb/trunk/public_html/channels/xbel.php 2011-04-27 13:08:02 UTC (rev 310559)
@@ -22,8 +22,8 @@
$channels = channel::listActive();
header('Content-type: application/xbel+xml');
+echo '<?xml version="1.0"?>';
?>
-<?xml version="1.0"?>
<xbel version="1.0">
<?php foreach ($channels as $channel) { ?>
--8efe2447eefb4caa631e586c904376ff250e3695--