DeuxHuitHuit / multilingual_field

Multilingual Textbox field for Symphony CMS
http://symphonyextensions.com/extensions/multilingual_field/
Other
12 stars 13 forks source link

Always outputting as CDATA even when checkbox is unselected #52

Closed kirkstrobeck closed 10 years ago

vlad-ghita commented 10 years ago

Since today I've taken over the extension. Update your git refs etc. I'll update the status of this issue over the weekend.

vlad-ghita commented 10 years ago

Not a bug. Output modes work like this:

If mode is any of 'formatted' flavours and NOT otuput as CDATA => not wrapped in CDATA
If mode is any of 'formatted' flavours and otuput as CDATA => wrapped in CDATA
If mode is any of `unformatted` flavours => wrapped in CDATA. Output as CDATA option doesn't matter here