Fixed tabs

This commit is contained in:
Michael 2021-11-08 21:53:34 +00:00
parent f5b47fccce
commit 3e676f9cf0

View File

@ -30,12 +30,12 @@ class Test extends BaseApi
{
public static function rawContent(array $parameters = [])
{
if (self::$format == 'xml') {
$ok = 'true';
} else {
$ok = 'ok';
}
if (self::$format == 'xml') {
$ok = 'true';
} else {
$ok = 'ok';
}
echo self::format('ok', ['ok' => $ok]);
exit;
}