diff options
| author | 2024-05-30 16:14:56 +0200 | |
|---|---|---|
| committer | 2024-05-30 16:14:56 +0200 | |
| commit | b8633c7c59637f3ca90f44d67088d61b2e232917 (patch) | |
| tree | a86a8d317f8c8d23dad2b6fff43d382822051f19 /html.c | |
| parent | Added an "Alt..." details just below attachments with them. (diff) | |
| download | penes-snac2-b8633c7c59637f3ca90f44d67088d61b2e232917.tar.gz penes-snac2-b8633c7c59637f3ca90f44d67088d61b2e232917.tar.xz penes-snac2-b8633c7c59637f3ca90f44d67088d61b2e232917.zip | |
Added a class to the new "Alt...".
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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..."))), |