diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -93,6 +93,8 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p | |||
| 93 | xs_html_attr("loading", "lazy"), | 93 | xs_html_attr("loading", "lazy"), |
| 94 | xs_html_attr("src", url), | 94 | xs_html_attr("src", url), |
| 95 | xs_html_attr("alt", n), | 95 | xs_html_attr("alt", n), |
| 96 | xs_html_attr("title", n), | ||
| 97 | xs_html_attr("class", "snac-emoji"), | ||
| 96 | xs_html_attr("style", style)); | 98 | xs_html_attr("style", style)); |
| 97 | 99 | ||
| 98 | xs *s1 = xs_html_render(img); | 100 | xs *s1 = xs_html_render(img); |