Sanitization
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user