From 73f0b597dec0705db01ed4eec7abaebc0295a243 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 20 Dec 2020 16:52:47 +0100 Subject: webserver 1.12: Added graphical statistics page (gnuplot generated) --- plugins/weblog/weblog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/weblog') 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, "

"s + metaData.at("Subject") + "

" "
" + metaData.at("Date") + "
" - "

"s + data}; + "

"s + data + "
□"}; return htmlPage; } catch (const std::exception& ex) { -- cgit v1.2.3