commit 5192e28444a3e1a613440ef6813cb978c36d2948
parent 75408346f0e3ee3c6c6176665e8ce0d984f23d05
Author: default <nobody@localhost>
Date: Tue, 4 Oct 2022 17:31:56 +0200
Fixed bug in the entry children popup.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html.c b/html.c
@@ -672,7 +672,7 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, xs_set *seen, int local, i
while (xs_list_iter(&children, &id)) {
xs *chd = timeline_find(snac, id);
- if (left == 0)
+ if (left == 3)
s = xs_str_cat(s, "</details>\n");
if (chd != NULL)