- Issue created by @masterperoo
-
marcoka β
committed b7dc078b on 1.1.x
Issue #3433170: Nothing injected when paragraphs have attributes
-
marcoka β
committed b7dc078b on 1.1.x
- π©πͺGermany marcoka
Thank you. has been pushed and i add it to the new 1.2.x
- Status changed to Needs work
7 months ago 1:41am 26 April 2024 - πΊπΈUnited States mlncn Minneapolis, MN, USA
This change is breaking body inject on one of our sites, causing the div we are injecting to be put inside a paragraph tag that then never closes:
<p<div class="body-inject body-inject-simple_block:example"> <div>Example stuff</div> </div>
(That is, the paragraph never closes if you view source. Browsers resolve the open paragraph by closing it into the div bizarrely like this:
</p<div>
.) - π©πͺGermany marcoka
i can confirm this. patch is not sufficient and causes a new problem with stray
tags.