mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[AtomFormat] Remove redundant fallback content (#2702)
This commit is contained in:
@@ -65,7 +65,7 @@ class AtomFormat extends FormatAbstract{
|
||||
}
|
||||
|
||||
if (empty($entryContent))
|
||||
$entryContent = $entryTitle;
|
||||
$entryContent = ' ';
|
||||
|
||||
$entryAuthor = '';
|
||||
if ($item->getAuthor()) {
|
||||
|
Reference in New Issue
Block a user