diff --git a/include/common.php b/include/common.php index ad2fcd3..423b486 100644 --- a/include/common.php +++ b/include/common.php @@ -667,7 +667,7 @@ function pre($mixed){ $mixed = 'false'; } default: - $output = '(' . $type . ')' . htmlspecialchars($mixed, ENT_COMPAT, 'UTF-8', false) . ''; + $output = '(' . $type . ')' . htmlspecialchars($mixed ?? "", ENT_COMPAT, 'UTF-8', false) . ''; break; }