summaryrefslogtreecommitdiffhomepage
path: root/plugins/weblog
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-12-20 16:52:47 +0100
committerRoland Reichwein <mail@reichwein.it>2020-12-20 16:52:47 +0100
commit73f0b597dec0705db01ed4eec7abaebc0295a243 (patch)
tree3599be15154a9eeaa09cb86e1918a13ac3a73bef /plugins/weblog
parentef63da27938ae091a341893c38e59d489888625a (diff)
webserver 1.12: Added graphical statistics page (gnuplot generated)
Diffstat (limited to 'plugins/weblog')
-rw-r--r--plugins/weblog/weblog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp
index a64ee1b..c26a4fe 100644
--- a/plugins/weblog/weblog.cpp
+++ b/plugins/weblog/weblog.cpp
@@ -302,7 +302,7 @@ namespace {
HtmlPage htmlPage{GetRequestParam, "<h1>"s + metaData.at("Subject") + "</h1>"
"<div class=\"date\">" + metaData.at("Date") + "</div>"
- "<br/><br/>"s + data};
+ "<br/><br/>"s + data + "<br/>&squ;"};
return htmlPage;
} catch (const std::exception& ex) {