From 5a2ab086aeecac79559035fae85d162cf8a99def Mon Sep 17 00:00:00 2001 From: Yonle Date: Fri, 23 Feb 2024 21:31:32 +0700 Subject: [PATCH] html.c: html_user_body: snac-property: Put   (empty space) instead of
Signed-off-by: Yonle --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),