diff --git a/plugins/baser-core/src/View/Helper/BcAdminFormHelper.php b/plugins/baser-core/src/View/Helper/BcAdminFormHelper.php index fa5df4a33e..4bf1cae760 100644 --- a/plugins/baser-core/src/View/Helper/BcAdminFormHelper.php +++ b/plugins/baser-core/src/View/Helper/BcAdminFormHelper.php @@ -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':