mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
html.c: html_user_body: snac-property: Put (empty space) instead of <br>
Signed-off-by: Yonle <yonle@lecturify.net>
This commit is contained in:
parent
145e662339
commit
5a2ab086ae
2
html.c
2
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),
|
||||
|
Loading…
Reference in New Issue
Block a user