Fixed bug in the entry children popup.

This commit is contained in:
default 2022-10-04 17:31:56 +02:00
parent 75408346f0
commit 5192e28444

2
html.c
View file

@ -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)) { while (xs_list_iter(&children, &id)) {
xs *chd = timeline_find(snac, id); xs *chd = timeline_find(snac, id);
if (left == 0) if (left == 3)
s = xs_str_cat(s, "</details>\n"); s = xs_str_cat(s, "</details>\n");
if (chd != NULL) if (chd != NULL)