summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index b50d69e..c3a2efe 100644
--- a/html.c
+++ b/html.c
@@ -1911,6 +1911,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
1911 if (name != NULL && *name) { 1911 if (name != NULL && *name) {
1912 xs_html_add(content_attachments, 1912 xs_html_add(content_attachments,
1913 xs_html_tag("p", 1913 xs_html_tag("p",
1914 xs_html_attr("class", "snac-alt-text"),
1914 xs_html_tag("details", 1915 xs_html_tag("details",
1915 xs_html_tag("summary", 1916 xs_html_tag("summary",
1916 xs_html_text(L("Alt..."))), 1917 xs_html_text(L("Alt..."))),