summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-30 16:14:56 +0200
committerdefault <nobody@localhost>2024-05-30 16:14:56 +0200
commitb8633c7c59637f3ca90f44d67088d61b2e232917 (patch)
treea86a8d317f8c8d23dad2b6fff43d382822051f19 /html.c
parenta5ec96a6da5437cad88487205d62a95f27614bd7 (diff)
Added a class to the new "Alt...".
Diffstat (limited to 'html.c')
-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,
if (name != NULL && *name) {
xs_html_add(content_attachments,
xs_html_tag("p",
+ xs_html_attr("class", "snac-alt-text"),
xs_html_tag("details",
xs_html_tag("summary",
xs_html_text(L("Alt..."))),