summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
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
672 while (xs_list_iter(&children, &id)) { 672 while (xs_list_iter(&children, &id)) {
673 xs *chd = timeline_find(snac, id); 673 xs *chd = timeline_find(snac, id);
674 674
675 if (left == 0) 675 if (left == 3)
676 s = xs_str_cat(s, "</details>\n"); 676 s = xs_str_cat(s, "</details>\n");
677 677
678 if (chd != NULL) 678 if (chd != NULL)