svn: /pear/pearweb/trunk/public_html/channels/ xbel.php
[email protected] ("Daniel O'Connor") Wed, 27 Apr 2011 14:04:17 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
--a27756b0a803d2931aebfb4b7db8ef0dfc3a8150
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
clockwerx Wed, 27 Apr 2011 14:04:17 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310560
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 13:08:02 UTC (rev 310559)
+++ pear/pearweb/trunk/public_html/channels/xbel.php 2011-04-27 14:04:17 UTC (rev 310560)
@@ -22,7 +22,7 @@
$channels = channel::listActive();
header('Content-type: application/xbel+xml');
-echo '<?xml version="1.0"?>';
+echo '<?xml version="1.0"?>' . "\n";
?>
<xbel version="1.0">
--a27756b0a803d2931aebfb4b7db8ef0dfc3a8150--