To disable XHTML mode edit the iem/admin/functions/sendstudio_functions.php file and search for the line
$myDE->SetName($name);
and just after that line add in the line
$myDE->DisableXHTMLFormatting();
and save the file. Now the wysiwyg shouldn't be saving with xhtml tags. This can help with some email software like Lotus Notes.

The article has been updated successfully.