fix unxss
This commit is contained in:
parent
914350f69b
commit
d3f8c1ae17
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
function form($title, $form_message, $inputs, $action = '') { ?>
|
function form($title, $form_message, $inputs, $action = '') { ?>
|
||||||
<form class='form' enctype="multipart/form-data" method="POST" action="<?php echo $action ?>">
|
<form class='form' enctype="multipart/form-data" method="POST" action="<?php echo $action ?>">
|
||||||
<h1 class="form-heading">
|
<h1 class="form-heading">
|
||||||
<?php echo htmlspecialchars($title) ?>
|
<?php echo $title ?>
|
||||||
</h1>
|
</h1>
|
||||||
<span class='form-message'>
|
<span class='form-message'>
|
||||||
<?php echo htmlspecialchars($form_message) ?>
|
<?php echo htmlspecialchars($form_message) ?>
|
||||||
|
|
Loading…
Reference in a new issue