mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Added a class to the new "Alt...".
This commit is contained in:
parent
a5ec96a6da
commit
b8633c7c59
1
html.c
1
html.c
@ -1911,6 +1911,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only,
|
|||||||
if (name != NULL && *name) {
|
if (name != NULL && *name) {
|
||||||
xs_html_add(content_attachments,
|
xs_html_add(content_attachments,
|
||||||
xs_html_tag("p",
|
xs_html_tag("p",
|
||||||
|
xs_html_attr("class", "snac-alt-text"),
|
||||||
xs_html_tag("details",
|
xs_html_tag("details",
|
||||||
xs_html_tag("summary",
|
xs_html_tag("summary",
|
||||||
xs_html_text(L("Alt..."))),
|
xs_html_text(L("Alt..."))),
|
||||||
|
Loading…
Reference in New Issue
Block a user