diff options
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 | } |