summaryrefslogtreecommitdiffstats
path: root/webdesign.cpp
diff options
context:
space:
mode:
authormiziel <miziel@users.noreply.github.com>2017-03-10 21:27:52 +0100
committerGitHub <noreply@github.com>2017-03-10 21:27:52 +0100
commit7b58bf8be4cce8d7d58c4421c613622229cd301b (patch)
tree469e52346869fe3659641d6a12e27893bceb43cb /webdesign.cpp
parent09c1e4ef5e5b1cf499293f2f503e509166e8d6db (diff)
downloadxmr-stak-7b58bf8be4cce8d7d58c4421c613622229cd301b.zip
xmr-stak-7b58bf8be4cce8d7d58c4421c613622229cd301b.tar.gz
Update webdesign.cpp
Diffstat (limited to 'webdesign.cpp')
-rw-r--r--webdesign.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webdesign.cpp b/webdesign.cpp
index 907e01b..958d312 100644
--- a/webdesign.cpp
+++ b/webdesign.cpp
@@ -134,7 +134,7 @@ extern const char sHtmlConnectionBodyHigh [] =
"<tr><th>Pool ping time</th><td>%u ms</td></tr>"
"</table>"
"<h4>Network error log</h4>"
- "<table'>"
+ "<table>"
"<tr><th style='width: 20%; min-width: 10em;'>Date</th><th>Error</th></tr>";
extern const char sHtmlConnectionTableRow [] =
@@ -160,7 +160,7 @@ extern const char sHtmlResultBodyHigh [] =
"<tr><th>9</th><td>%llu</td><th>10</th><td>%llu</td></tr>"
"</table>"
"<h4>Error details</h4>"
- "<table'>"
+ "<table>"
"<tr><th colspan='2'>Error text</th></tr>"
"<tr><th style='width: 5em;'>Count</th><th>Last seen</th></tr>";
OpenPOWER on IntegriCloud