summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-04 17:31:56 +0200
committerdefault <nobody@localhost>2022-10-04 17:31:56 +0200
commit5192e28444a3e1a613440ef6813cb978c36d2948 (patch)
tree7101f5f8b2ac33bf94af7893f5e1e41633739d44 /html.c
parent75408346f0e3ee3c6c6176665e8ce0d984f23d05 (diff)
Fixed bug in the entry children popup.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 894bbe6..7ffc8bb 100644
--- 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)