Fix missing </div> in ticket when we tried to fix merge conflicts

This commit is contained in:
johnnyq 2023-10-08 19:59:26 -04:00
parent 20602c6f89
commit 43dc95c55a
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ if (isset($_GET['ticket_id'])) {
<label class="custom-control-label" for="ticket_reply_type_checkbox">Email contact<br><small class="text-secondary">(Public Update)</small></label>
</div>
</div>
</div>
<?php } ?>