mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 13:25:04 +00:00
All metadata links include the rel='me' attribute.
This commit is contained in:
parent
aca6b2cff7
commit
9145c22469
1 changed files with 1 additions and 0 deletions
1
html.c
1
html.c
|
@ -861,6 +861,7 @@ static xs_html *html_user_body(snac *user, int read_only)
|
||||||
else {
|
else {
|
||||||
value = xs_html_tag("a",
|
value = xs_html_tag("a",
|
||||||
xs_html_attr("href", v),
|
xs_html_attr("href", v),
|
||||||
|
xs_html_attr("rel", "me"),
|
||||||
xs_html_text(v));
|
xs_html_text(v));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue