优化附加扩展参数

pull/131/MERGE
Karson 2019-06-08 09:52:29 +08:00
parent 07e5608447
commit e3f7268a8b
3 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<div class="form-group">
<label for="c-extparam" class="control-label col-xs-12 col-sm-2">{:__('Extparam')}:</label>
<div class="col-xs-12 col-sm-8">
<input type="text" name="row[extparam]" value="{$row.extparam}" id="c-extparam" class="form-control" />
<input type="text" name="row[extparam]" value="{$row.extparam|htmlentities}" id="c-extparam" class="form-control" />
</div>
</div>
<div class="form-group">

Binary file not shown.

Binary file not shown.