]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/search_item.tpl
Fix review points
[friendica.git] / view / theme / frio / templates / search_item.tpl
index 7dfdc11cf8eff50f73fd3227e7f42955c5fb7028..344e73f1d913d6ca432d3724db65a7f8941faf80 100644 (file)
@@ -97,7 +97,7 @@
                        {{* item content *}}
                        <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
                                {{if $item.title}}
-                               <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>
+                               <span class="wall-item-title" id="wall-item-title-{{$item.id}}"><h4 class="media-heading" dir="auto"><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}}" dir="auto">{{$item.body_html nofilter}}</div>
                        </div>
                        {{/if}}
 
-                       <div class="wall-item-conv" id="wall-item-conv-{{$item.id}}">
+                       <div class="wall-item-conv" id="wall-item-conv-{{$item.id}}" dir="auto">
                        {{if $item.conv}}
                                <a href="{{$item.conv.href}}" id="context-{{$item.id}}" title="{{$item.conv.title}}">{{$item.conv.title}}</a>
                        {{/if}}