correcting template for post body

This commit is contained in:
Jamie Wilson 2014-11-25 15:42:17 -06:00
parent bef1fe5453
commit 331f25e593

View file

@ -8,11 +8,11 @@ has created a new post:
{{/if}}
</span><br><br>
{{#if body}}
{{#if htmlBody}}
<div class="post-body">
{{{body}}}
{{{htmlBody}}}
</div>
<br>
{{/if}}
<a href="{{postUrl}}">Discuss</a><br><br>
<a href="{{postUrl}}">Discuss</a><br><br>