aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index 8d20e5412..feb094347 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -689,6 +689,7 @@ class FreshRSS_Entry extends Minz_Model {
];
if ($mode === 'compat') {
$item['title'] = escapeToUnicodeAlternative($this->title(), false);
+ unset($item['alternate'][0]['type']);
} elseif ($mode === 'freshrss') {
$item['guid'] = $this->guid();
unset($item['summary']);