rss: newline after “Receipts:”.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2020-07-14 17:52:49 +02:00
parent fc59fe72c9
commit 047cdc7295
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ void write_rss(ostream &out, const vector<entry_type> &entries,
item_description += tag;
}
item_description += "</p>";
item_description += "<p><strong>Receipts:</strong> ";
item_description += "<p><strong>Receipts:</strong><br>";
for (const auto &receipt : entry.receipts)
{
if (receipt != *(entry.receipts.begin()))