diff options
| author | 2024-06-12 07:56:11 +0200 | |
|---|---|---|
| committer | 2024-06-12 07:56:11 +0200 | |
| commit | 9145c2246994265fe52f9dc3e2fe190f1bb9a522 (patch) | |
| tree | 2837d28cf4421b52e457e4b21f30b33750780997 /html.c | |
| parent | Backport from xs (faster dicts). (diff) | |
| download | snac2-9145c2246994265fe52f9dc3e2fe190f1bb9a522.tar.gz snac2-9145c2246994265fe52f9dc3e2fe190f1bb9a522.tar.xz snac2-9145c2246994265fe52f9dc3e2fe190f1bb9a522.zip | |
All metadata links include the rel='me' attribute.
Diffstat (limited to 'html.c')
| -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) | |||
| 861 | else { | 861 | else { |
| 862 | value = xs_html_tag("a", | 862 | value = xs_html_tag("a", |
| 863 | xs_html_attr("href", v), | 863 | xs_html_attr("href", v), |
| 864 | xs_html_attr("rel", "me"), | ||
| 864 | xs_html_text(v)); | 865 | xs_html_text(v)); |
| 865 | } | 866 | } |
| 866 | } | 867 | } |