diff --git a/src/stats.c b/src/stats.c
index 497aa4779..0ba6d27ba 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -914,7 +914,7 @@ static int stats_dump_fields_html(struct chunk *out, const struct field *stats,
"
%s"
"Cum. sessions: | %s | "
"",
- U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SLIM].u.u32),
+ U2H(stats[ST_F_SCUR].u.u32), U2H(stats[ST_F_SMAX].u.u32), U2H(stats[ST_F_SLIM].u.u32),
U2H(stats[ST_F_STOT].u.u64),
U2H(stats[ST_F_STOT].u.u64));
|