diff --git a/src/generators/rss.cpp b/src/generators/rss.cpp index d48f2a0..518223e 100644 --- a/src/generators/rss.cpp +++ b/src/generators/rss.cpp @@ -156,7 +156,7 @@ void write_rss(ostream &out, const vector &entries, item_description += tag; } item_description += "

"; - item_description += "

Receipts: "; + item_description += "

Receipts:
"; for (const auto &receipt : entry.receipts) { if (receipt != *(entry.receipts.begin()))