diff options
| -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) | |||
| 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(" "), |
| 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), |