mirror of https://gitee.com/karson/fastadmin.git
修复tip内容包含双引号时显示不全的问题
parent
216b8a1c9c
commit
a8291db80d
|
|
@ -51,6 +51,7 @@ class Config extends Backend
|
||||||
$value['value'] = explode(',', $value['value']);
|
$value['value'] = explode(',', $value['value']);
|
||||||
}
|
}
|
||||||
$value['content'] = json_decode($value['content'], TRUE);
|
$value['content'] = json_decode($value['content'], TRUE);
|
||||||
|
$value['tip'] = htmlspecialchars($value['tip']);
|
||||||
$siteList[$v['group']]['list'][] = $value;
|
$siteList[$v['group']]['list'][] = $value;
|
||||||
}
|
}
|
||||||
$index = 0;
|
$index = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue