修复tip内容包含双引号时显示不全的问题

pull/108/head
Chrisleung 2019-03-15 11:13:04 +08:00
parent 216b8a1c9c
commit a8291db80d
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class Config extends Backend
$value['value'] = explode(',', $value['value']);
}
$value['content'] = json_decode($value['content'], TRUE);
$value['tip'] = htmlspecialchars($value['tip']);
$siteList[$v['group']]['list'][] = $value;
}
$index = 0;