summaryrefslogtreecommitdiffstats
path: root/xmrstak
diff options
context:
space:
mode:
authorJimmie Lin <jimmie.lin@gmail.com>2018-03-11 00:32:42 +0800
committerJimmie Lin <jimmie.lin@gmail.com>2018-03-11 00:32:42 +0800
commitdc0524c2d9efed2eb6fdf636e26a205e69e615f8 (patch)
tree49e099e461189bc849587fa50b726678c7e78321 /xmrstak
parent2ae7260b90fe3dbe835ba2489519510f0e57d770 (diff)
downloadxmr-stak-dc0524c2d9efed2eb6fdf636e26a205e69e615f8.zip
xmr-stak-dc0524c2d9efed2eb6fdf636e26a205e69e615f8.tar.gz
Fix non-standard HTML in div (#1122)
Diffstat (limited to 'xmrstak')
-rw-r--r--xmrstak/http/webdesign.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmrstak/http/webdesign.cpp b/xmrstak/http/webdesign.cpp
index c31d6c6..c2f0761 100644
--- a/xmrstak/http/webdesign.cpp
+++ b/xmrstak/http/webdesign.cpp
@@ -152,7 +152,7 @@ extern const char sHtmlMotdEntry[] = "<div class='motd-head'>Message from %s</di
extern const char sHtmlMotdBoxEnd[] = "</div>";
extern const char sHtmlHashrateBodyHigh [] =
- "<div class=data>"
+ "<div class='data'>"
"<table>"
"<tr><th>Thread ID</th><th>10s</th><th>60s</th><th>15m</th><th rowspan='%u'>H/s</td></tr>";
@@ -166,7 +166,7 @@ extern const char sHtmlHashrateBodyLow [] =
"</div></div></body></html>";
extern const char sHtmlConnectionBodyHigh [] =
- "<div class=data>"
+ "<div class='data'>"
"<table>"
"<tr><th>Pool address</th><td>%s</td></tr>"
"<tr><th>Connected since</th><td>%s</td></tr>"
@@ -183,7 +183,7 @@ extern const char sHtmlConnectionBodyLow [] =
"</table></div></div></body></html>";
extern const char sHtmlResultBodyHigh [] =
- "<div class=data>"
+ "<div class='data'>"
"<table>"
"<tr><th>Difficulty</th><td>%u</td></tr>"
"<tr><th>Good results</th><td>%u / %u (%.1f %%)</td></tr>"
OpenPOWER on IntegriCloud