Skip to content

Commit 15d5b57

Browse files
committed
follow up to #462
1 parent 1561fa5 commit 15d5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/ConfigController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private function buildItem($configuration): array
5050

5151
return [
5252
'id' => $name,
53-
'text' => $name,
53+
'text' => htmlspecialchars($name),
5454
'type' => 'config',
5555
'iconCls' => 'plugin_pimcore_datahub_icon_' . $type,
5656
'expandable' => false,

0 commit comments

Comments
 (0)