From: Willy Tarreau Date: Fri, 19 Oct 2007 04:23:19 +0000 (+0200) Subject: [MINOR] stats: update the width of the table to 22 columns X-Git-Tag: v1.3.13.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4e1b5ffa570e1a0019af3534d5923a6665c7419;p=thirdparty%2Fhaproxy.git [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 898cc7e0f3..02e0518d85 100644 --- a/src/dumpstats.c +++ b/src/dumpstats.c @@ -582,7 +582,7 @@ int stats_dump_proxy(struct session *s, struct proxy *px, struct uri_auth *uri, if (flags & STAT_FMT_HTML) { /* print a new table */ chunk_printf(&msg, sizeof(trash), - "\n" + "
\n" "" "" ""
%s