瀏覽代碼

Fixed bug in the entry children popup.

default 3 年之前
父節點
當前提交
5192e28444
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)) {
         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)