diff options
author | default <nobody@localhost> | 2024-06-12 07:56:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-06-12 07:56:11 +0200 |
commit | 9145c2246994265fe52f9dc3e2fe190f1bb9a522 (patch) | |
tree | 2837d28cf4421b52e457e4b21f30b33750780997 | |
parent | aca6b2cff7195c4387bfbec3f55a68c3c201792a (diff) |
All metadata links include the rel='me' attribute.
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -861,6 +861,7 @@ static xs_html *html_user_body(snac *user, int read_only) else { value = xs_html_tag("a", xs_html_attr("href", v), + xs_html_attr("rel", "me"), xs_html_text(v)); } } |