typocheck

This commit is contained in:
Mike Macgirvin 2023-04-20 19:47:04 +10:00
parent 0d349f5fc0
commit 83a283db8f

View file

@ -132,7 +132,7 @@ function z_input_filter($s, $type = 'text/x-multicode')
if ($type === 'text/x-multicode') {
return (multicode_purify($s));
}
if (in_array($type, ['text/plain', 'text/bbcode', 'application/x-pdl']) {
if (in_array($type, ['text/plain', 'text/bbcode', 'application/x-pdl'])) {
return escape_tags($s);
}
if (App::$is_sys) {