diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index 4f70133040..254c957080 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -2,22 +2,25 @@
-
- {{#if (and this.diffHtml this.showDifferences (feature 'postDiffing'))}} - {{{this.diffHtml}}} - {{else if this.selectedHTML}} - {{{this.selectedHTML}}} - {{/if}} + {{#if (and this.diffHtml this.showDifferences (feature 'postDiffing'))}} + {{{this.diffHtml}}} + {{else if this.selectedHTML}} + {{{this.selectedHTML}}} + {{/if}}