Skip to content

Commit

Permalink
Merge pull request from GHSA-jjxq-m8h3-4vw5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaburk committed Feb 22, 2024
1 parent 92e4086 commit 18f426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/baser-core/src/View/Helper/BcAdminFormHelper.php
Expand Up @@ -63,7 +63,7 @@ public function control(string $fieldName, array $options = []): string
'deleteLabel' => ['class' => 'bca-file__delete-label'],
'figure' => ['class' => 'bca-file__figure'],
'img' => ['class' => 'bca-file__img'],
'figcaption' => ['class' => 'bca-file__figcaption']
'figcaption' => ['class' => 'bca-file__figcaption', 'escape' => true]
], $options);
break;
case 'dateTimePicker':
Expand Down

0 comments on commit 18f426d

Please sign in to comment.