Coranto adds an opening and closing html paragraph tags to the text field. This works OK except when you use other html elements in the field. If you place a list into this field it will be wrapped in the <p></p> tags - resulting in validation errors.
Possible settings for the field:
* enclose in <p></p> tags (current behavior)
* treat each double line return as the start of a new paragraph
* do nothing to the entry, the user must format the entry properly and line returns are preserved
* check the field for other html tags (if html is allowed) that do not belong inside the <p></p> tags and open and close the paragraph tags as needed.
These options could apply to all text fields.
This would help with getting valid html when news is built.
