diff options
author | Yonle <yonle@lecturify.net> | 2024-02-23 21:31:32 +0700 |
---|---|---|
committer | Yonle <yonle@lecturify.net> | 2024-02-23 21:38:41 +0700 |
commit | 5a2ab086aeecac79559035fae85d162cf8a99def (patch) | |
tree | f6a29e6856e84617202dc4d6a90d363e2ef47298 /html.c | |
parent | 145e6623391b6f2cc64101c59d9000f3353b2302 (diff) |
html.c: html_user_body: snac-property: Put (empty space) instead of <br>
Signed-off-by: Yonle <yonle@lecturify.net>
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |