snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 9145c2246994265fe52f9dc3e2fe190f1bb9a522
parent aca6b2cff7195c4387bfbec3f55a68c3c201792a
Author: default <nobody@localhost>
Date:   Wed, 12 Jun 2024 07:56:11 +0200

All metadata links include the rel='me' attribute.

Diffstat:
Mhtml.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/html.c b/html.c @@ -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)); } }