Ghost/ghost/admin/app/components/modals/post-preview
Kevin Ansfield f6ec42959a Ensured preview iframes always include doctype and html attributes
closes https://github.com/TryGhost/Ghost/issues/13684
refs 7eda410dc3

- ensures any `<DOCTYPE html>` (or equivalent) served when fetching preview html is passed through when replacing iframe contents
- replicates across all previews the fix for missing attributes on the `<html>` element that was put in for the design settings preview - using `documentElement.outerHTML` in place of `documentElement.innerHTML`
2021-10-28 14:53:40 +01:00
..
browser.hbs Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
browser.js Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
email.hbs Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
email.js Ensured preview iframes always include doctype and html attributes 2021-10-28 14:53:40 +01:00
mobile.hbs Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
mobile.js Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
social.hbs Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00
social.js Converted post-preview modal to EPM based modal 2021-09-13 13:01:12 +01:00