diff --git a/html.c b/html.c
index e1df7e9..eff356e 100644
--- a/html.c
+++ b/html.c
@@ -820,7 +820,7 @@ static xs_html *html_user_body(snac *user, int read_only)
xs_html_attr("class", "snac-property-name"),
xs_html_text(k)),
xs_html_text(":"),
- xs_html_sctag("br", NULL),
+ xs_html_raw(" "),
xs_html_tag("span",
xs_html_attr("class", "snac-property-value"),
value),