Textarea widgets currently change end of line characters into <br /> tags and is rendered in view mode without escaping (see NXP-6015: was added to keep end of line characters in description).
This is a secxurity hole for cross side scripting (non escaping in view mode) => need to find a better solution to render it and keep line breaks
- is required by
-
NXP-6015 Textarea widget should display new line
- Resolved