mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
Added a 'verified link' title to them.
This commit is contained in:
parent
0ede5e8b80
commit
e6de555f7d
3
html.c
3
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);
|
char *val_date = xs_dict_get(val_links, v);
|
||||||
|
|
||||||
if (!xs_is_null(val_date) && *val_date) {
|
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("✔ "),
|
xs_html_raw("✔ "),
|
||||||
xs_html_tag("a",
|
xs_html_tag("a",
|
||||||
xs_html_attr("href", v),
|
xs_html_attr("href", v),
|
||||||
|
Loading…
Reference in New Issue
Block a user