소스 검색

html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>

Signed-off-by: Yonle <yonle@lecturify.net>
Yonle 1 년 전
부모
커밋
5a2ab086ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      html.c

+ 1 - 1
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("&nbsp;"),
                     xs_html_tag("span",
                         xs_html_attr("class", "snac-property-value"),
                         value),