diff --git a/classes/feeds.php b/classes/feeds.php
index 9fe528723..b003f7b53 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -583,7 +583,10 @@ class Feeds extends Handler_Protected {
if (!$line['lang']) $line['lang'] = 'en';
// this is filled from RROW data-content
- $tmp_content .= "
";
+ $tmp_content .= "
+
+
";
+ $tmp_content .= "
";
if ($line["orig_feed_id"]) {
@@ -611,8 +614,6 @@ class Feeds extends Handler_Protected {
}
}
- $tmp_content .= "
"; //content-inner
- $tmp_content .= "
";
$always_display_enclosures = $line["always_display_enclosures"];
$tmp_content .= Article::format_article_enclosures($id, $always_display_enclosures,