page.c: Force whitespace rendering

This commit is contained in:
Xavier Del Campo Romero 2023-10-10 23:53:05 +02:00
parent 28ae865e5e
commit 91f1a38d5c
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

2
page.c
View File

@ -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;