Open
Description
Looks like double quotes are not escaped that leads to broken HTML layout:
Source code:
<h1 class="text-center"><x-trans data-key="messages|test.html" data-value="Text <b class="test">Bold</b>." data-plain="Text <b class="test">Bold</b>." data-domain="messages" data-locale="en">Text <b class="test">Bold</b>.</x-trans></h1>
Code in Twig template:
<h1 class="text-center">{{ 'test.html'|trans|raw }}</h1>
Translation:
<unit id="yOjYJE6" name="test.html">
<notes>
<note category="file-source" priority="1">templates/index.html.twig:8</note>
</notes>
<segment>
<source>test.html</source>
<target><![CDATA[Text <b class="test">Bold</b>.]]></target>
</segment>
</unit>