FIX: Email Previewing was not showing in Firefox

This commit is contained in:
Robin Ward
2017-03-27 14:41:26 -04:00
parent 20400cb33f
commit 1d478a97db
2 changed files with 1 additions and 5 deletions

View File

@@ -43,7 +43,7 @@
{{#if htmlEmpty}}
<p>{{i18n 'admin.email.no_result'}}</p>
{{else}}
<iframe src="{{iframeSrc}}" />
<iframe srcdoc={{model.html_content}} />
{{/if}}
{{else}}
<pre>{{{model.text_content}}}</pre>