diff options
author | miziel <miziel@users.noreply.github.com> | 2017-03-10 21:27:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 21:27:52 +0100 |
commit | 7b58bf8be4cce8d7d58c4421c613622229cd301b (patch) | |
tree | 469e52346869fe3659641d6a12e27893bceb43cb /webdesign.cpp | |
parent | 09c1e4ef5e5b1cf499293f2f503e509166e8d6db (diff) | |
download | xmr-stak-7b58bf8be4cce8d7d58c4421c613622229cd301b.zip xmr-stak-7b58bf8be4cce8d7d58c4421c613622229cd301b.tar.gz |
Update webdesign.cpp
Diffstat (limited to 'webdesign.cpp')
-rw-r--r-- | webdesign.cpp | 4 |
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>"; |