diff options
| author | 2024-02-24 06:39:59 +0000 | |
|---|---|---|
| committer | 2024-02-24 06:39:59 +0000 | |
| commit | 8126fb97ce1636e027a5858e72cf6d1d1d62670f (patch) | |
| tree | af0c23df0a6c7285bd5057501a5683179d442558 /html.c | |
| parent | Merge pull request 'utils.c: *default_srv_config: add configuration for min_a... (diff) | |
| parent | default css: also darken <input> and <textarea> (diff) | |
| download | snac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.tar.gz snac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.tar.xz snac2-8126fb97ce1636e027a5858e72cf6d1d1d62670f.zip | |
Merge pull request 'html.c: html_user_body: snac-property: Put (empty space) instead of <br> & other' (#142) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142
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) | |||
| 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), |