Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
follow up to #462
  • Loading branch information
dvesh3 committed Mar 16, 2022
1 parent 1561fa5 commit 15d5b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ConfigController.php
Expand Up @@ -50,7 +50,7 @@ private function buildItem($configuration): array

return [
'id' => $name,
'text' => $name,
'text' => htmlspecialchars($name),
'type' => 'config',
'iconCls' => 'plugin_pimcore_datahub_icon_' . $type,
'expandable' => false,
Expand Down

0 comments on commit 15d5b57

Please sign in to comment.