Fix bidi support in shared posts
- Display was wrong when language direction was different between nickname and content
This commit is contained in:
@@ -34,5 +34,5 @@
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
<blockquote class="shared_content">{{$content nofilter}}</blockquote>
|
||||
<blockquote class="shared_content" dir="auto">{{$content nofilter}}</blockquote>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user