Add initial RTL support for post bodies

This commit is contained in:
Hypolite Petovan 2021-05-01 15:13:53 -04:00
commit c76af27533
5 changed files with 5 additions and 5 deletions

View file

@ -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}}