Added UTF-8 charset to header
This commit is contained in:
parent
b6f8f538e3
commit
27109f25ac
@ -74,7 +74,7 @@ cgiMain()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
cgiHeaderContentType("text/html");
|
cgiHeaderContentType("text/html; charset=utf-8");
|
||||||
|
|
||||||
fprintf(cgiOut, "<html>\n");
|
fprintf(cgiOut, "<html>\n");
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ cgiMain()
|
|||||||
} else {
|
} else {
|
||||||
authorized_user_sid[0] = '\0';
|
authorized_user_sid[0] = '\0';
|
||||||
}
|
}
|
||||||
cgiHeaderContentType("text/html");
|
cgiHeaderContentType("text/html; charset=utf-8");
|
||||||
|
|
||||||
fprintf(cgiOut, "<html>\n");
|
fprintf(cgiOut, "<html>\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user