[MINOR] stats: update the width of the table to 22 columns
Unfortunately, we forgot to increase the table from 20 to 22 cols when
we added retries and redisp.
diff --git a/src/dumpstats.c b/src/dumpstats.c
index 898cc7e..02e0518 100644
--- a/src/dumpstats.c
+++ b/src/dumpstats.c
@@ -582,7 +582,7 @@
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>"