diff --git a/index.php b/index.php index 84a98d52..037aa022 100644 --- a/index.php +++ b/index.php @@ -148,6 +148,7 @@ $license = array_shift(explode('', array_pop(explode('
', $license)))); $license = preg_replace('/<[^>]*>/', '', trim($license)); $license = html_entity_decode($license, ENT_COMPAT | ENT_HTML401, 'UTF-8'); + $license .= "\n"; header('content-type: text/plain; charset=UTF-8'); }