Skip to content

Commit ef75a65

Browse files
committed
[HttpKernel] added escaping for hx:include tag attributes
1 parent 98f30b0 commit ef75a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fragment/ContainerAwareHIncludeFragmentRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function __construct(ContainerInterface $container, UriSigner $signer = n
3232
{
3333
$this->container = $container;
3434

35-
parent::__construct(null, $signer, $globalDefaultTemplate);
35+
parent::__construct(null, $signer, $globalDefaultTemplate, $container->getParameter('kernel.charset'));
3636
}
3737

3838
/**

0 commit comments

Comments
 (0)