special characters check

这个提交包含在:
HB9HIL 2023-11-17 16:53:59 +01:00
父节点 c881ab2272
当前提交 ff2872de65

查看文件

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