Sanitization

This commit is contained in:
2024-05-24 12:24:07 +02:00
parent 36a0480cc6
commit f394538776
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<form action="./actions/comment.php" method="post" class="needs-validation row m-0" novalidate>
<div class="col">
<div class="col m-0 g-3">
<h4 class="mb-3">Leave a Comment!</h4>
<div class="mb-3">
<input class="form-control" type="text" name="title" required placeholder="A catching title" />
@@ -19,7 +19,7 @@
Please enter text.
</div>
</div>
<div class="progress mb-3">
<div class="progress mb-2">
<div class="progress-bar" id="comment-count" style="width: 0;"></div>
</div>
<button type="submit" class="btn btn-primary mb-3">Comment</button>