From d4e1b5ffa570e1a0019af3534d5923a6665c7419 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 19 Oct 2007 06:23:19 +0200 Subject: [PATCH] [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. --- src/dumpstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dumpstats.c b/src/dumpstats.c index 898cc7e0f..02e0518d8 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" "" "" "" -- 2.47.3
%s