aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbyte <gf3qyrmw7@mozmail.com>2026-01-16 21:11:42 +0000
committerbyte <gf3qyrmw7@mozmail.com>2026-01-16 21:11:42 +0000
commit485986dab9ab0ee59c5829f85c6b066f6bfa3d72 (patch)
treea4ce2af21c9bca5247fbe5cbed15deba10d2fc7b
parent5a437c0f1d1e2f590a177e0eb7e13c05958ede4d (diff)
simple cosmetic counters
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index a11b448..86620fb 100644
--- a/html.c
+++ b/html.c
@@ -3710,7 +3710,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c
xs_html *people = xs_html_tag("div",
xs_html_tag("h2",
xs_html_attr("class", "snac-header"),
- xs_html_text(header)),
+ xs_html_raw(xs_fmt("%s - %d\n", header, xs_list_len(list)))),
snac_posts = xs_html_tag("details",
xs_html_attr("open", NULL),
xs_html_tag("summary",