summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.c b/html.c
index 8cc016e..616d6bf 100644
--- a/html.c
+++ b/html.c
@@ -1581,7 +1581,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
1581 } 1581 }
1582 } 1582 }
1583 1583
1584 xs_html_add(snac_content_wrap, 1584 xs_html_add(snac_content,
1585 poll); 1585 poll);
1586 } 1586 }
1587 1587
@@ -1612,7 +1612,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
1612 xs_html *content_attachments = xs_html_tag("div", 1612 xs_html *content_attachments = xs_html_tag("div",
1613 xs_html_attr("class", "snac-content-attachments")); 1613 xs_html_attr("class", "snac-content-attachments"));
1614 1614
1615 xs_html_add(snac_content_wrap, 1615 xs_html_add(snac_content,
1616 content_attachments); 1616 content_attachments);
1617 1617
1618 xs_list *p = attach; 1618 xs_list *p = attach;