From 0ef1706a5bfd9a1caf53aff4f8c9919c6653257c Mon Sep 17 00:00:00 2001 From: daichi_otani Date: Fri, 18 Aug 2023 20:17:02 +0900 Subject: [PATCH] =?UTF-8?q?fix:=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=83=BC=E3=83=AB=E6=99=82=E3=81=AEDB=E3=83=91=E3=82=B9?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=83=89=E5=85=A5=E5=8A=9B=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=BC=E3=83=A0=E3=81=8B=E3=82=89purify=E3=82=92=E5=A4=96?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Eccube/Form/Type/Install/Step4Type.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Eccube/Form/Type/Install/Step4Type.php b/src/Eccube/Form/Type/Install/Step4Type.php index 00a447c630d..e3831768291 100644 --- a/src/Eccube/Form/Type/Install/Step4Type.php +++ b/src/Eccube/Form/Type/Install/Step4Type.php @@ -91,6 +91,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) ->add('database_password', PasswordType::class, [ 'label' => trans('install.database_password'), 'required' => false, + 'purify_html' => false, ]) ->addEventListener(FormEvents::POST_SUBMIT, function ($event) { $form = $event->getForm();