diff options
Diffstat (limited to 'webdesign.cpp')
-rw-r--r-- | webdesign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webdesign.cpp b/webdesign.cpp index e07b015..4dfd3c2 100644 --- a/webdesign.cpp +++ b/webdesign.cpp @@ -115,7 +115,7 @@ extern const char sHtmlCommonHeader [] = extern const char sHtmlHashrateBodyHigh [] = "<div class=data>" "<table>" - "<tr><th>Thread ID</th><th>2.5s</th><th>60s</th><th>15m</th><th rowspan='%u'>H/s</td></tr>"; + "<tr><th>Thread ID</th><th>10s</th><th>60s</th><th>15m</th><th rowspan='%u'>H/s</td></tr>"; extern const char sHtmlHashrateTableRow [] = "<tr><th>%u</th><td>%s</td><td>%s</td><td>%s</td></tr>"; |