Replace the remaining php files with nullable_htmlentites()

This commit is contained in:
johnnyq
2023-05-11 18:27:48 -04:00
parent ccf0d3ab77
commit 37fb696e63
152 changed files with 1085 additions and 1085 deletions

View File

@@ -14,7 +14,7 @@
<div class="modal-body bg-white">
<div class="form-group">
<textarea class="form-control tinymce" name="ticket_reply"><?php echo htmlentities($ticket_reply); ?></textarea>
<textarea class="form-control tinymce" name="ticket_reply"><?php echo nullable_htmlentities($ticket_reply); ?></textarea>
</div>
<?php if (!empty($ticket_reply_time_worked)) { ?>