diff options
| author | 2022-10-04 17:31:56 +0200 | |
|---|---|---|
| committer | 2022-10-04 17:31:56 +0200 | |
| commit | 5192e28444a3e1a613440ef6813cb978c36d2948 (patch) | |
| tree | 7101f5f8b2ac33bf94af7893f5e1e41633739d44 | |
| parent | Minor tweak to url regex. (diff) | |
| download | penes-snac2-5192e28444a3e1a613440ef6813cb978c36d2948.tar.gz penes-snac2-5192e28444a3e1a613440ef6813cb978c36d2948.tar.xz penes-snac2-5192e28444a3e1a613440ef6813cb978c36d2948.zip | |
Fixed bug in the entry children popup.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) |