diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-10 23:53:05 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-11 00:08:44 +0200 |
| commit | 91f1a38d5cf33e9a5c9fcc81a9e55984d576f1c8 (patch) | |
| tree | f4b52ccc6e3f881b27ba290a98464d3632e7e8ec | |
| parent | 28ae865e5ecad9b398ac21fa148fc4b93c987226 (diff) | |
| download | slcl-91f1a38d5cf33e9a5c9fcc81a9e55984d576f1c8.tar.gz | |
page.c: Force whitespace rendering
| -rw-r--r-- | page.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -934,7 +934,7 @@ static int prepare_footer(struct html_node *const n) fprintf(stderr, "%s: html_node_set_value a failed\n", __func__); goto end; } - else if (dynstr_append(&d, "Powered by ")) + else if (dynstr_append(&d, "Powered by ")) { fprintf(stderr, "%s: dynstr_append failed\n", __func__); goto end; |
