Fix bidi support in shared posts

- Display was wrong when language direction was different between nickname and content
This commit is contained in:
Hypolite Petovan 2022-01-17 07:39:05 -05:00
parent 55369613d4
commit aeb112ab5f
2 changed files with 3 additions and 3 deletions

View file

@ -34,5 +34,5 @@
{{/if}}
</div>
</div>
<blockquote class="shared_content">{{$content nofilter}}</blockquote>
<blockquote class="shared_content" dir="auto">{{$content nofilter}}</blockquote>
</div>