Remove HTML Entity Decode from the HTML Purifier as this is not needed now

This commit is contained in:
johnnyq
2023-03-11 21:47:11 -05:00
parent af46738427
commit 16b20c0bfa
4 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ if (isset($_GET['ticket_id'])) {
$ticket_number = intval($row['ticket_number']);
$ticket_category = htmlentities($row['ticket_category']);
$ticket_subject = htmlentities($row['ticket_subject']);
$ticket_details = $purifier->purify(html_entity_decode($row['ticket_details']));
$ticket_details = $purifier->purify($row['ticket_details']);
//$ticket_details = $row['ticket_details'];
$ticket_priority = htmlentities($row['ticket_priority']);
//Set Ticket Bage Color based of priority