X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/671946af5f06753cb83c9e1fdaf0bdd44ea28b8d..9887bd21eb0d0d7211b3add639c8e92ed0d8701f:/upload.inc.php?ds=sidebyside diff --git a/upload.inc.php b/upload.inc.php index 74219ed..6175fe2 100644 --- a/upload.inc.php +++ b/upload.inc.php @@ -45,7 +45,7 @@ function messagehtml($input) if (empty($input)) { return; } - if ($User and $User->admin and preg_match('/\A<[a-z][^>]*>/', $input)) { + if ($User->admin and preg_match('/\A<[a-z][^>]*>/', $input)) { return $input; # allow html input as is if privileged } $html = preg_replace(