Skip to content

Commit

Permalink
Fixed #2178 (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
NayanKhedkar authored and moloko committed Jul 25, 2018
1 parent 1679cd9 commit 8063037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/templates/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
{{/if}}

{{#if body}}
{{#any body pageBody}}
<div class="page-body">
<div class="page-body-inner">
{{#if pageBody}}
Expand All @@ -26,7 +26,7 @@
{{/if}}
</div>
</div>
{{/if}}
{{/any}}

{{#if instruction}}
<div class="page-instruction">
Expand All @@ -42,4 +42,4 @@
</div>
</div>

</div>
</div>

0 comments on commit 8063037

Please sign in to comment.