From 83a283db8fb565a3cd7385872f9f3a063d2c87cd Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 20 Apr 2023 19:47:04 +1000 Subject: [PATCH] typocheck --- include/misc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/misc.php b/include/misc.php index 31f7790d0..18c77f1dc 100644 --- a/include/misc.php +++ b/include/misc.php @@ -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) {