"Edit Areas" tab of Content Areas plugin appears blank with some templates

@hatchsklappspaten I’m not sure why the template has those two elements - webversion and unsubscribe. They are not valid HTML elements. A browser would probably handle them but the plugin uses the php DOM extension which accepts only valid HTML elements.

Just change those two elements to be a div.

1 Like