summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.c b/html.c
index abb8562..d549f75 100644
--- a/html.c
+++ b/html.c
@@ -100,6 +100,8 @@ xs_str *replace_shortnames(xs_str *s, const xs_list *tag, int ems, const char *p
100 xs_html_attr("loading", "lazy"), 100 xs_html_attr("loading", "lazy"),
101 xs_html_attr("src", url), 101 xs_html_attr("src", url),
102 xs_html_attr("alt", n), 102 xs_html_attr("alt", n),
103 xs_html_attr("title", n),
104 xs_html_attr("class", "snac-emoji"),
103 xs_html_attr("style", style)); 105 xs_html_attr("style", style));
104 106
105 xs *s1 = xs_html_render(img); 107 xs *s1 = xs_html_render(img);