summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 2c0a823..409023d 100644
--- a/html.c
+++ b/html.c
@@ -934,7 +934,7 @@ static xs_html *html_user_body(snac *user, int read_only)
934 } 934 }
935 } 935 }
936 else 936 else
937 if (xs_startswith(v, "gemini:/")) { 937 if (xs_startswith(v, "gemini:/") || xs_startswith(v, "xmpp:")) {
938 value = xs_html_tag("a", 938 value = xs_html_tag("a",
939 xs_html_attr("rel", "me"), 939 xs_html_attr("rel", "me"),
940 xs_html_attr("href", v), 940 xs_html_attr("href", v),