DescriptionAn issue was discovered recently where message bundles with CDATA content sections had their content dropped eg.
<msg name="foo"><![CDATA[ bar ]]></msg>
Root cause is that HTML serialization ignores serializing CDATA sections. It's not clear to me why, so I'm proposing this trivial fix.
Patch Set 1 #
MessagesTotal messages: 1
|
||||||||||||||||||||||||||||