Add RTL support for item body in search and photo body

This commit is contained in:
Hypolite Petovan 2021-05-19 10:36:25 -04:00
commit f3aaed7541
7 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@
</div>
<div class="wall-item-content">
{{if $item.title}}<h2><a href="{{$item.plink.href}}">{{$item.title}}</a></h2>{{/if}}
<div class="wall-item-body">{{$item.body_html nofilter}}</div>
<div class="wall-item-body" dir="auto">{{$item.body_html nofilter}}</div>
</div>
</div>
<div class="wall-item-bottom">