mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-24 22:15:04 +00:00
Fixed bug in the entry children popup.
This commit is contained in:
parent
75408346f0
commit
5192e28444
1 changed files with 1 additions and 1 deletions
2
html.c
2
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)
|
||||
|
|
Loading…
Reference in a new issue