Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2012 08:09:40 PM (12 years ago)
Author:
djpaul
Message:

Remove whitespace potentially breaking XML feeds. Fixes #4315, props fanquake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/feeds/bp-activity-favorites-feed.php

    r5729 r6348  
    1313header('Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
    1414header('Status: 200 OK');
    15 ?>
    16 <?php echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?>
     15echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?>
    1716
    1817<rss version="2.0"
Note: See TracChangeset for help on using the changeset viewer.