mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Fix bidi support in shared posts
- Display was wrong when language direction was different between nickname and content
This commit is contained in:
parent
55369613d4
commit
aeb112ab5f
2 changed files with 3 additions and 3 deletions
|
@ -34,5 +34,5 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
<blockquote class="shared_content">{{$content nofilter}}</blockquote>
|
||||
<blockquote class="shared_content" dir="auto">{{$content nofilter}}</blockquote>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue