mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
[AtomFormat] Remove redundant fallback content (#2702)
This commit is contained in:
parent
37843e8777
commit
158ee41be4
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ class AtomFormat extends FormatAbstract{
|
|||
}
|
||||
|
||||
if (empty($entryContent))
|
||||
$entryContent = $entryTitle;
|
||||
$entryContent = ' ';
|
||||
|
||||
$entryAuthor = '';
|
||||
if ($item->getAuthor()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue