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