Просмотр исходного кода

Fixed bug in the entry children popup.

default 3 лет назад
Родитель
Сommit
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)) {
             xs *chd = timeline_find(snac, id);
 
-            if (left == 0)
+            if (left == 3)
                 s = xs_str_cat(s, "</details>\n");
 
             if (chd != NULL)