Unfortunately, we forgot to increase the table from 20 to 22 cols when
we added retries and redisp.
if (flags & STAT_FMT_HTML) {
/* print a new table */
chunk_printf(&msg, sizeof(trash),
- "<table cols=\"20\" class=\"tbl\" width=\"100%%\">\n"
+ "<table cols=\"22\" class=\"tbl\" width=\"100%%\">\n"
"<tr align=\"center\" class=\"titre\">"
"<th colspan=2 class=\"pxname\">%s</th>"
"<th colspan=18 class=\"empty\"></th>"