Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(conf) fix broker conf name display in listing (#11372)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-launois committed Jul 13, 2022
1 parent 0e745a3 commit 3714aee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
$elemArr[$i] = array(
"MenuClass" => "list_" . $style,
"RowMenu_select" => $selectedElements->toHtml(),
"RowMenu_name" => CentreonUtils::escapeSecure($config["config_name"]),
"RowMenu_name" => htmlentities($config["config_name"], ENT_QUOTES, 'UTF-8'),
"RowMenu_link" => "main.php?p=" . $p . "&o=c&id=" . $config['config_id'],
"RowMenu_desc" => CentreonUtils::escapeSecure(
substr(
Expand Down

0 comments on commit 3714aee

Please sign in to comment.