Fix standards
This commit is contained in:
parent
71c1be8207
commit
99b4ec147c
1 changed files with 5 additions and 6 deletions
|
@ -109,7 +109,6 @@ function babel_content()
|
|||
'$type_bbcode' => ['type', L10n::t('BBCode'), 'bbcode', '', defaults($_REQUEST, 'type', 'bbcode') == 'bbcode'],
|
||||
'$type_markdown' => ['type', L10n::t('Markdown'), 'markdown', '', defaults($_REQUEST, 'type', 'bbcode') == 'markdown'],
|
||||
'$type_html' => ['type', L10n::t('HTML'), 'html', '', defaults($_REQUEST, 'type', 'bbcode') == 'html'],
|
||||
|
||||
'$results' => $results
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue