[quattro] Convert wall-item-body span to div

- This element contains the post body that can also contains block elements
This commit is contained in:
Hypolite Petovan 2020-12-31 09:06:29 -05:00
parent f1e96d5bc9
commit 15d6227aa2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
</div>
<div class="wall-item-content">
{{if $item.title}}<h2><a href="{{$item.plink.href}}" class="{{$item.sparkle}} p-name">{{$item.title}}</a></h2>{{/if}}
<span class="wall-item-body e-content {{if !$item.title}}p-name{{/if}}">{{$item.body_html nofilter}}</span>
<div class="wall-item-body e-content {{if !$item.title}}p-name{{/if}}">{{$item.body_html nofilter}}</div>
</div>
</div>
<div class="wall-item-bottom">