Add initial RTL support for post bodies
This commit is contained in:
parent
531e5d7f3e
commit
c76af27533
5 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@
|
|||
<div class="wall-item-title p-name" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
|
||||
<div class="wall-item-title-end"></div>
|
||||
<div class="wall-item-body" id="wall-item-body-{{$item.id}}">
|
||||
<span class="e-content">{{$item.body_html nofilter}}</span>
|
||||
<span class="e-content" dir="auto">{{$item.body_html nofilter}}</span>
|
||||
<div class="body-tag">
|
||||
{{if !$item.suppress_tags}}
|
||||
{{foreach $item.tags as $tag}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue