summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-02-16 06:23:07 +0100
committerdefault <nobody@localhost>2024-02-16 06:23:07 +0100
commite6de555f7dec18d39166deb587b7f91d927668a6 (patch)
treee3109ae21e50c19c2084ff8c31cd753395ae7ddc /html.c
parent0ede5e8b800d8407358f5992d04910bfa5480f24 (diff)
Added a 'verified link' title to them.
Diffstat (limited to 'html.c')
-rw-r--r--html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/html.c b/html.c
index 4eb9b6a..54f1a4d 100644
--- a/html.c
+++ b/html.c
@@ -782,7 +782,8 @@ static xs_html *html_user_body(snac *user, int local)
char *val_date = xs_dict_get(val_links, v);
if (!xs_is_null(val_date) && *val_date) {
- value = xs_html_container(
+ value = xs_html_tag("span",
+ xs_html_attr("title", L("verified link")),
xs_html_raw("&#10004; "),
xs_html_tag("a",
xs_html_attr("href", v),