Add RTL support for item body in search and photo body
This commit is contained in:
parent
b79b1a3e7b
commit
f3aaed7541
7 changed files with 7 additions and 7 deletions
|
@ -43,7 +43,7 @@
|
|||
<div class="wall-item-title" id="wall-item-title-{{$id}}">{{$title}}</div>
|
||||
{{/if}}
|
||||
|
||||
<div class="wall-item-body {{if !$title}}p-name{{/if}}" id="wall-item-body-{{$id}}" >{{$body}}</div>
|
||||
<div class="wall-item-body {{if !$title}}p-name{{/if}}" id="wall-item-body-{{$id}}" dir="auto">{{$body}}</div>
|
||||
</div>
|
||||
|
||||
<div class="wall-item-wrapper-end clear"></div>
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
<span class="wall-item-title" id="wall-item-title-{{$item.id}}"><h4 class="media-heading"><a href="{{$item.plink.href}}" class="{{$item.sparkle}}">{{$item.title}}</a></h4><br /></span>
|
||||
{{/if}}
|
||||
|
||||
<div class="wall-item-body" id="wall-item-body-{{$item.id}}">{{$item.body_html nofilter}}</div>
|
||||
<div class="wall-item-body" id="wall-item-body-{{$item.id}}" dir="auto">{{$item.body_html nofilter}}</div>
|
||||
</div>
|
||||
|
||||
<!-- TODO -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue