diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -1982,8 +1982,12 @@ xs_html *html_people_list(snac *snac, xs_list *list, char *header, char *t) | |||
| 1982 | xs_html_tag("h2", | 1982 | xs_html_tag("h2", |
| 1983 | xs_html_attr("class", "snac-header"), | 1983 | xs_html_attr("class", "snac-header"), |
| 1984 | xs_html_text(header)), | 1984 | xs_html_text(header)), |
| 1985 | snac_posts = xs_html_tag("div", | 1985 | snac_posts = xs_html_tag("details", |
| 1986 | xs_html_attr("class", "snac-posts"))); | 1986 | xs_html_attr("open", NULL), |
| 1987 | xs_html_tag("summary", | ||
| 1988 | xs_html_text("...")), | ||
| 1989 | xs_html_tag("div", | ||
| 1990 | xs_html_attr("class", "snac-posts")))); | ||
| 1987 | 1991 | ||
| 1988 | xs_list *p = list; | 1992 | xs_list *p = list; |
| 1989 | char *actor_id; | 1993 | char *actor_id; |