summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yonle2024-02-23 21:31:32 +0700
committerGravatar Yonle2024-02-23 21:38:41 +0700
commit5a2ab086aeecac79559035fae85d162cf8a99def (patch)
treef6a29e6856e84617202dc4d6a90d363e2ef47298
parentMerge pull request 'utils.c: *default_srv_config: add configuration for min_a... (diff)
downloadsnac2-5a2ab086aeecac79559035fae85d162cf8a99def.tar.gz
snac2-5a2ab086aeecac79559035fae85d162cf8a99def.tar.xz
snac2-5a2ab086aeecac79559035fae85d162cf8a99def.zip
html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>
Signed-off-by: Yonle <yonle@lecturify.net>
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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)
820 xs_html_attr("class", "snac-property-name"), 820 xs_html_attr("class", "snac-property-name"),
821 xs_html_text(k)), 821 xs_html_text(k)),
822 xs_html_text(":"), 822 xs_html_text(":"),
823 xs_html_sctag("br", NULL), 823 xs_html_raw("&nbsp;"),
824 xs_html_tag("span", 824 xs_html_tag("span",
825 xs_html_attr("class", "snac-property-value"), 825 xs_html_attr("class", "snac-property-value"),
826 value), 826 value),