fix unxss

This commit is contained in:
biglyderv 2024-12-07 07:58:44 -05:00
parent 914350f69b
commit d3f8c1ae17

View file

@ -2,7 +2,7 @@
function form($title, $form_message, $inputs, $action = '') { ?>
<form class='form' enctype="multipart/form-data" method="POST" action="<?php echo $action ?>">
<h1 class="form-heading">
<?php echo htmlspecialchars($title) ?>
<?php echo $title ?>
</h1>
<span class='form-message'>
<?php echo htmlspecialchars($form_message) ?>