diff --git a/classes/incident.php b/classes/incident.php index 2eb9acb..0385754 100644 --- a/classes/incident.php +++ b/classes/incident.php @@ -84,7 +84,7 @@ class Incident implements JsonSerializable $user_id = $_SESSION['user']; $type = $_POST['type']; $title = strip_tags($_POST['title']); - $text = strip_tags($_POST['text'], '
') + $text = strip_tags($_POST['text'], '
'); if (strlen($title)==0) {