summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 4ac4799..48db522 100644
--- a/html.c
+++ b/html.c
@@ -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 }