Details
-
Bug
-
Resolution: Unresolved
-
High
-
1.13.3, 2.2.2
-
None
Description
Turns out that https://jira.ez.no/browse/EZP-29393 did not resolved all problems regarding embeds inside headers as embeds might not be just directly below the header element:
<?xml version="1.0" encoding="utf-8"?> <section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/"> <paragraph> <strong>some header</strong> </paragraph> <section> <header>header 2 <strong> <strong> <strong> <embed view="embed" align="right" object_id="123"/> </strong> </strong> </strong> </header> </section> </section>