1
0
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:
Yaman Qalieh
2022-05-07 22:21:32 -04:00
committed by GitHub
parent 37843e8777
commit 158ee41be4
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ class AtomFormat extends FormatAbstract{
}
if (empty($entryContent))
$entryContent = $entryTitle;
$entryContent = ' ';
$entryAuthor = '';
if ($item->getAuthor()) {