We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c1e4e commit 7b58bf8Copy full SHA for 7b58bf8
webdesign.cpp
@@ -134,7 +134,7 @@ extern const char sHtmlConnectionBodyHigh [] =
134
"<tr><th>Pool ping time</th><td>%u ms</td></tr>"
135
"</table>"
136
"<h4>Network error log</h4>"
137
- "<table'>"
+ "<table>"
138
"<tr><th style='width: 20%; min-width: 10em;'>Date</th><th>Error</th></tr>";
139
140
extern const char sHtmlConnectionTableRow [] =
@@ -160,7 +160,7 @@ extern const char sHtmlResultBodyHigh [] =
160
"<tr><th>9</th><td>%llu</td><th>10</th><td>%llu</td></tr>"
161
162
"<h4>Error details</h4>"
163
164
"<tr><th colspan='2'>Error text</th></tr>"
165
"<tr><th style='width: 5em;'>Count</th><th>Last seen</th></tr>";
166
0 commit comments