diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -72,7 +72,6 @@ xs_str *replace_shortnames(xs_str *s, xs_list *tag, int ems) | |||
| 72 | xs_html *img = xs_html_sctag("img", | 72 | xs_html *img = xs_html_sctag("img", |
| 73 | xs_html_attr("loading", "lazy"), | 73 | xs_html_attr("loading", "lazy"), |
| 74 | xs_html_attr("src", u), | 74 | xs_html_attr("src", u), |
| 75 | xs_html_attr("title", n), | ||
| 76 | xs_html_attr("style", style)); | 75 | xs_html_attr("style", style)); |
| 77 | 76 | ||
| 78 | xs *s1 = xs_html_render(img); | 77 | xs *s1 = xs_html_render(img); |