From 965bb64d8cd49d60a5678172e73190e96ec02f48 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 10 Aug 2020 17:55:15 +0200 Subject: [PATCH] get_block_reason_statistics_table(): Add new lines between table rows Sponsored by: Robert Klemme --- cgisimple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgisimple.c b/cgisimple.c index e738a605..0077e7c4 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1087,7 +1087,7 @@ static char *get_block_reason_statistics_table(const struct client_state *csp) } get_block_reason_count(block_reason, &count); snprintf(buf, sizeof(buf), - "%s%llu", + "%s%llu\n", encoded_block_reason, count); freez(encoded_block_reason); -- 2.39.2