diff options
| author | 2026-01-16 21:11:42 +0000 | |
|---|---|---|
| committer | 2026-01-16 21:11:42 +0000 | |
| commit | 485986dab9ab0ee59c5829f85c6b066f6bfa3d72 (patch) | |
| tree | a4ce2af21c9bca5247fbe5cbed15deba10d2fc7b | |
| parent | Version 2.88 RELEASED. (diff) | |
| download | snac2-485986dab9ab0ee59c5829f85c6b066f6bfa3d72.tar.gz snac2-485986dab9ab0ee59c5829f85c6b066f6bfa3d72.tar.xz snac2-485986dab9ab0ee59c5829f85c6b066f6bfa3d72.zip | |
simple cosmetic counters
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3710,7 +3710,7 @@ xs_html *html_people_list(snac *user, xs_list *list, const char *header, const c | |||
| 3710 | xs_html *people = xs_html_tag("div", | 3710 | xs_html *people = xs_html_tag("div", |
| 3711 | xs_html_tag("h2", | 3711 | xs_html_tag("h2", |
| 3712 | xs_html_attr("class", "snac-header"), | 3712 | xs_html_attr("class", "snac-header"), |
| 3713 | xs_html_text(header)), | 3713 | xs_html_raw(xs_fmt("%s - %d\n", header, xs_list_len(list)))), |
| 3714 | snac_posts = xs_html_tag("details", | 3714 | snac_posts = xs_html_tag("details", |
| 3715 | xs_html_attr("open", NULL), | 3715 | xs_html_attr("open", NULL), |
| 3716 | xs_html_tag("summary", | 3716 | xs_html_tag("summary", |