Fix standards

This commit is contained in:
Hypolite Petovan 2018-03-09 07:58:46 -05:00
parent 71c1be8207
commit 99b4ec147c

View file

@ -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
]);