DEV: Enable and fix the 'require-iframe-title' lint

This commit is contained in:
Kane York
2020-03-26 11:31:02 -07:00
committed by Kane York
parent a17fa222af
commit 07dc8d20c4
3 changed files with 3 additions and 1 deletions
@@ -50,7 +50,7 @@
{{#if htmlEmpty}}
<p>{{i18n 'admin.email.no_result'}}</p>
{{else}}
<iframe srcdoc={{model.html_content}} />
<iframe title={{i18n 'admin.email.html_preview'}} srcdoc={{model.html_content}} />
{{/if}}
{{else}}
<pre>{{html-safe model.text_content}}</pre>