Browse Source

Fixed bug in the entry children popup.

default 3 years ago
parent
commit
5192e28444
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
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)