snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit b8633c7c59637f3ca90f44d67088d61b2e232917
parent a5ec96a6da5437cad88487205d62a95f27614bd7
Author: default <nobody@localhost>
Date:   Thu, 30 May 2024 16:14:56 +0200

Added a class to the new "Alt...".

Diffstat:
Mhtml.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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..."))),