Added charset to HTTP header output.
This commit is contained in:
parent
7e72b0cd01
commit
56199acc2f
15 changed files with 19 additions and 21 deletions
|
|
@ -37,7 +37,7 @@ if ($_POST["sum"] == $sum) {
|
|||
unset($_SESSION["two"]);
|
||||
}
|
||||
|
||||
header('Content-Type: text/plain');
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
if ($error=="") {
|
||||
echo("{{ site.mail_thank_you }}");
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue