diff options
author | Mario <mario@mariovavti.com> | 2023-07-13 09:47:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-13 09:47:50 +0000 |
commit | 70b8c57d220aaaa361967343e2ca7dfa62632569 (patch) | |
tree | ca2c5d42d192bb0841b43b821f7cd1c95bbde609 /view/tpl/search_item.tpl | |
parent | 3d866e89757b8aafe58489f9575f6895029090d1 (diff) | |
download | volse-hubzilla-70b8c57d220aaaa361967343e2ca7dfa62632569.tar.gz volse-hubzilla-70b8c57d220aaaa361967343e2ca7dfa62632569.tar.bz2 volse-hubzilla-70b8c57d220aaaa361967343e2ca7dfa62632569.zip |
basic per item rtl language support - issue ##1780
Diffstat (limited to 'view/tpl/search_item.tpl')
-rw-r--r-- | view/tpl/search_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index da5bac5dc..2c4aab9f4 100644 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -88,7 +88,7 @@ {{/if}} {{if $item.body}} <div class="p-2 clrearfix {{if $item.is_photo}} wall-photo-item{{else}} wall-item-content{{/if}}" id="wall-item-content-{{$item.id}}"> - <div class="wall-item-body" id="wall-item-body-{{$item.id}}" > + <div class="wall-item-body" id="wall-item-body-{{$item.id}}"{{if $item.rtl}} dir="rtl"{{/if}}> {{$item.body}} </div> </div> |