added htmlspecialchars to comment

这个提交包含在:
HB9HIL 2023-11-17 16:44:30 +01:00
父节点 a71f13d9dc
当前提交 c881ab2272

查看文件

@ -187,7 +187,7 @@
<div class="form-group">
<label for="comment">Comment</label>
<input type="text" class="form-control" id="comment" name="comment" value="<?php echo $qso->COL_COMMENT; ?>">
<input type="text" class="form-control" id="comment" name="comment" value="<?php echo htmlspecialchars($qso->COL_COMMENT, ENT_QUOTES, 'UTF-8'); ?>">
</div>
<div class="form-row">