mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Don't show the :shortname: as a title tag.
It sometimes breaks usernames and it's pointless anyway.
This commit is contained in:
parent
4b48f6adaf
commit
1ac162ce43
1 changed files with 0 additions and 1 deletions
1
html.c
1
html.c
|
@ -72,7 +72,6 @@ xs_str *replace_shortnames(xs_str *s, xs_list *tag, int ems)
|
||||||
xs_html *img = xs_html_sctag("img",
|
xs_html *img = xs_html_sctag("img",
|
||||||
xs_html_attr("loading", "lazy"),
|
xs_html_attr("loading", "lazy"),
|
||||||
xs_html_attr("src", u),
|
xs_html_attr("src", u),
|
||||||
xs_html_attr("title", n),
|
|
||||||
xs_html_attr("style", style));
|
xs_html_attr("style", style));
|
||||||
|
|
||||||
xs *s1 = xs_html_render(img);
|
xs *s1 = xs_html_render(img);
|
||||||
|
|
Loading…
Reference in a new issue