diff --git a/web/plugin/core/acl/fn.php b/web/plugin/core/acl/fn.php index e65f476f2..4e42e67e4 100644 --- a/web/plugin/core/acl/fn.php +++ b/web/plugin/core/acl/fn.php @@ -123,7 +123,7 @@ function acl_geturl($acl_id) { $urls = explode(',', $list[0]['url']); foreach ($urls as $key => $val) { if (trim($val)) { - $ret[] = trim($val); + $ret[] = trim(htmlspecialchars_decode($val)); } }