Hey @scottking, I’ve created an issue on the GitHub tracker for me to investigate this. Can you confirm the exact steps for me to replicate this on a fresh WordPress install? I just want to be sure there are no other plugins/custom code that would interfere with the 2.1.3 update.
I’m going to mark this issue as resolved as I manage everything through GitHub but please feel free to respond either here or on GitHub which ever you prefer.
Thanks,
James
I prefer to respond here and can reproduce this issue reliably on my staging site with default theme and only this plugin active (v 2.1.3). If I roll back to version 2.1.2, there is no issue.
Screen shots and source files are available, if you require, but I have pinpointed where the error is occurring. To be clear, the issue is in the modal window where email log is viewed (browser is Firefox but I doubt that matters).
Within the iFrame, there are <html><body> elements (always have been) but version 2.1.3 introduced an entirely new document (<!DOCTYPE html>) inside the <body> which causes an overflow. The result is that I see raw html output to the modal window.
Please advise.