Added UTF-8 charset to header

This commit is contained in:
thematdev 2023-07-06 16:49:11 +03:00
parent b6f8f538e3
commit 27109f25ac
Signed by: thematdev
GPG Key ID: D12878639B090D90
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ cgiMain()
}
cgiHeaderContentType("text/html");
cgiHeaderContentType("text/html; charset=utf-8");
fprintf(cgiOut, "<html>\n");

View File

@ -228,7 +228,7 @@ cgiMain()
} else {
authorized_user_sid[0] = '\0';
}
cgiHeaderContentType("text/html");
cgiHeaderContentType("text/html; charset=utf-8");
fprintf(cgiOut, "<html>\n");