From a37cf52cda3342d9b2dd4900df78f3d8a0912521 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 17 Oct 2020 05:13:48 +0200 Subject: [PATCH] =?UTF-8?q?Make=20=E2=80=9Cthumbnails=E2=80=9D=20a=20bit?= =?UTF-8?q?=20bigger=20in=20HTML/RSS=20generators.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/generators/html.cpp | 2 +- src/generators/rss.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generators/html.cpp b/src/generators/html.cpp index 863ef7f..e7152e2 100644 --- a/src/generators/html.cpp +++ b/src/generators/html.cpp @@ -86,7 +86,7 @@ void write_html(ostream &out, const vector &entries) { out << "

Screenshot:
" << "

)" + << entry.screenshot_filepath << R"(" height="200">

)" << '\n'; } out << " \n"; diff --git a/src/generators/rss.cpp b/src/generators/rss.cpp index 0887f45..14b2b5a 100644 --- a/src/generators/rss.cpp +++ b/src/generators/rss.cpp @@ -179,7 +179,7 @@ void write_rss(ostream &out, const vector &entries, entry.screenshot_filepath; item_description += "\">

)") += '\n'; + (item_description += R"(" height="200">

)") += '\n'; } write_line(out, 6, "description", "");