contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
122 stars 57 forks source link

decodeEntities decoded incomplete? #1604

Closed zonky2 closed 6 years ago

zonky2 commented 6 years ago

decodeEntities decoded incomplete?

Verification text: mein <span>Text</span> #Sonderzeichen <xy>haha</xy>

Output: mein &lt;span>Text&lt;/span> #Sonderzeichen &lt;xy>haha&lt;/xy>

why is the > in &lt;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

leofeyer commented 6 years ago

See https://github.com/contao/core/issues/3998