added htmlspecialchars to comment
这个提交包含在:
父节点
a71f13d9dc
当前提交
c881ab2272
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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">
|
||||
|
|
|
|||
正在加载…
在新工单中引用