# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Applications/MAMP/htdocs/wp-content/plugins/buddypress/bp-activity/feeds
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: bp-activity-favorites-feed.php
--- bp-activity-favorites-feed.php Base (BASE)
+++ bp-activity-favorites-feed.php Locally Modified (Based On LOCAL)
@@ -10,10 +10,10 @@
 // Exit if accessed directly
 if ( !defined( 'ABSPATH' ) ) exit;
 
-header('Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true );
+header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true);
 header('Status: 200 OK');
 ?>
-<?php echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?'.'>'; ?>
+<?php echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>
 
 <rss version="2.0"
 	xmlns:content="http://purl.org/rss/1.0/modules/content/"
@@ -62,13 +62,10 @@
 					<?php endif; ?>
 					]]>
 				</description>
-
 				<?php do_action('bp_activity_favorites_feed_item'); ?>
-
 			</item>
-
 		<?php endwhile; ?>
-	<?php endif; ?>
 
+	<?php endif; ?>
 </channel>
 </rss>
