* Replace htmlspecialchars to htmlSpecialString for compatibility.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<?php $this->printExtendFields($release, 'table');?>
|
||||
<tr>
|
||||
<th><?php echo $lang->release->desc;?></th>
|
||||
<td colspan='2'><?php echo html::textarea('desc', htmlspecialchars($release->desc), "rows=10 class='form-control kindeditor' hidefocus='true'");?></td>
|
||||
<td colspan='2'><?php echo html::textarea('desc', htmlSpecialString($release->desc), "rows=10 class='form-control kindeditor' hidefocus='true'");?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo $lang->release->notify;?></th>
|
||||
|
||||
Reference in New Issue
Block a user