I have a field with type Textarea (Rich-Text) selected.
Originally I was having issues with disappearing spaces around anchor tags, but I was able to fix that by adding this code to line 81 of the file ft.rte.php as instructed in another forum post:
'text_format' => 'xhtml',However, after that, when the field is rendered in the template it adds an additional empty paragraph tag
I’ve seen lots of posts complaining about this but none of the solutions offered seems to work.
Can we get a clear answer as to what is causing these bugs and how to fix them?