mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +00:00
Fix more standards
This commit is contained in:
parent
2f7e22c4f7
commit
db85180d1e
1 changed files with 3 additions and 3 deletions
|
@ -361,9 +361,9 @@ class NPF
|
|||
private static function addBlock(string $text, array $formatting, array $npf, array $callstack): array
|
||||
{
|
||||
$block = [
|
||||
'type' => 'text',
|
||||
'subtype' => '',
|
||||
'text' => $text,
|
||||
'type' => 'text',
|
||||
'subtype' => '',
|
||||
'text' => $text,
|
||||
];
|
||||
|
||||
if (!empty($formatting)) {
|
||||
|
|
Loading…
Reference in a new issue