diff --git a/action.php b/action.php index ddb4d7431..22e4b0150 100644 --- a/action.php +++ b/action.php @@ -10,7 +10,7 @@ License: GPLv2 or later error_reporting(E_ALL); if (@$_GET['act'] === 'dlteam') { - header("Content-Type: text/plain"); + header("Content-Type: text/plain; charset=utf-8"); if (substr(@$_SERVER['HTTP_REFERER'], 0, 32) !== 'https://play.pokemonshowdown.com') { // since this is only to support Chrome on HTTPS, we can get away with a very specific referer check die("access denied"); diff --git a/crossprotocol.html b/crossprotocol.html index 36394576b..91506a17e 100644 --- a/crossprotocol.html +++ b/crossprotocol.html @@ -1,5 +1,5 @@ - - + +