mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 11:40:27 +03:00
Minor tweak to rel=me links.
This commit is contained in:
parent
9145c22469
commit
d7f2a91161
4
html.c
4
html.c
@ -854,14 +854,14 @@ static xs_html *html_user_body(snac *user, int read_only)
|
||||
xs_html_attr("title", verified_link),
|
||||
xs_html_raw("✔ "),
|
||||
xs_html_tag("a",
|
||||
xs_html_attr("href", v),
|
||||
xs_html_attr("rel", "me"),
|
||||
xs_html_attr("href", v),
|
||||
xs_html_text(v)));
|
||||
}
|
||||
else {
|
||||
value = xs_html_tag("a",
|
||||
xs_html_attr("href", v),
|
||||
xs_html_attr("rel", "me"),
|
||||
xs_html_attr("href", v),
|
||||
xs_html_text(v));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user