]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/search_item.tpl
Proxy settings removed
[friendica.git] / view / templates / search_item.tpl
index 43333c7bd4f7eaffa08807f866a3bb7e12295848..c6938e29e2704318e43db0301822cc87e1297bf4 100644 (file)
@@ -32,7 +32,7 @@
                                
                </div>                  
                <div class="wall-item-content" id="wall-item-content-{{$item.id}}">
-                       <div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div>
+                       <div class="wall-item-title" id="wall-item-title-{{$item.id}}" dir="auto">{{$item.title}}</div>
                        <div class="wall-item-title-end"></div>
                        <div class="wall-item-body" id="wall-item-body-{{$item.id}}" dir="auto">{{$item.body_html nofilter}}</div>
                        {{if $item.has_cats}}
@@ -56,9 +56,9 @@
        <div class="wall-item-wrapper-end"></div>
 
 
-       <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>
+               <a href="{{$item.conv.href}}" id="context-{{$item.id}}" title="{{$item.conv.title}}">{{$item.conv.title}}</a>
        {{/if}}
        </div>