diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index c6c07b02d1..b56baa7ffa 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -10,8 +10,17 @@ {{#if this.diffHtml}} + {{#if this.showDifferences}} {{{this.diffHtml}}} + {{/if}} {{/if}} + + {{#unless this.showDifferences}} + {{#if this.selectedHTML}} + {{{this.selectedHTML}}} + {{/if}} + {{/unless}} +