Revert for now added HTML Purify to client tickets as well

This commit is contained in:
johnnyq
2023-05-08 14:38:42 -04:00
parent eb9a8000b1
commit 018f52eb67
4 changed files with 16 additions and 7 deletions

View File

@@ -45,7 +45,7 @@
</div>
<div class="form-group">
<textarea class="form-control summernote" rows="8" name="details" required><?php echo htmlentities($ticket_details_edit); ?></textarea>
<textarea class="form-control summernote" rows="8" name="details" required><?php echo htmlentities($ticket_details); ?></textarea>
</div>
<div class="form-group">