diff --git a/src/generators/html.cpp b/src/generators/html.cpp index e7152e2..5d923fd 100644 --- a/src/generators/html.cpp +++ b/src/generators/html.cpp @@ -71,17 +71,13 @@ void write_html(ostream &out, const vector &entries) out << tag; } out << "

\n"; - out << "

Receipts:
\n"; + out << "

Receipts:\n

\n

\n"; if (!entry.screenshot_filepath.empty()) { out << "

Screenshot:
" diff --git a/src/generators/rss.cpp b/src/generators/rss.cpp index 14b2b5a..c884c35 100644 --- a/src/generators/rss.cpp +++ b/src/generators/rss.cpp @@ -161,17 +161,13 @@ void write_rss(ostream &out, const vector &entries, item_description += tag; } item_description += "

"; - item_description += "

Receipts:
"; + item_description += "

Receipts:

"; if (!entry.screenshot_filepath.empty()) { item_description += "

Screenshot:
";