Closed zonky2 closed 6 years ago
decodeEntities decoded incomplete?
Verification text: mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
Output: mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
why is the > in <span> or /span> not converted?
>
<span>
/span>
We have the same in Contao 3.5. and Contao 4.4 Look at https://github.com/MetaModels/attribute_text/issues/11#issuecomment-403275591
See https://github.com/contao/core/issues/3998
decodeEntities decoded incomplete?
Verification text:
mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
Output:
mein <span>Text</span> #Sonderzeichen <xy>haha</xy>
why is the
>
in<span>
or/span>
not converted?We have the same in Contao 3.5. and Contao 4.4 Look at https://github.com/MetaModels/attribute_text/issues/11#issuecomment-403275591