Add RTL support for item body in search and photo body
This commit is contained in:
parent
b79b1a3e7b
commit
f3aaed7541
7 changed files with 7 additions and 7 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue