mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02:00
Fixed tabs
This commit is contained in:
parent
f5b47fccce
commit
3e676f9cf0
1 changed files with 6 additions and 6 deletions
|
@ -30,11 +30,11 @@ 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue