smilingcheater

Results 2 comments of smilingcheater

Having same issue. Updated to last version. Any recommendations?

@potkot I overrided exist escaper with my own. In module.config.php added: ` 'view_helpers' => [ 'factories' => [ \App\View\Helper\EscapeHtmlAttr::class => InvokableFactory::class, ], 'aliases' => [ 'escapehtmlattr' => \App\View\Helper\EscapeHtmlAttr::class, ] ]...