summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2024-03-02 06:49:12 +0100
committerGravatar default2024-03-02 06:49:12 +0100
commit1ac162ce434b20729fd2d563fb0f71c776db4ebf (patch)
treedba1bced6ab73de899ba618f7a9520bee087765b /html.c
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-1ac162ce434b20729fd2d563fb0f71c776db4ebf.tar.gz
snac2-1ac162ce434b20729fd2d563fb0f71c776db4ebf.tar.xz
snac2-1ac162ce434b20729fd2d563fb0f71c776db4ebf.zip
Don't show the :shortname: as a title tag.
It sometimes breaks usernames and it's pointless anyway.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.c b/html.c
index eff356e..3e27b70 100644
--- a/html.c
+++ b/html.c
@@ -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);