]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/search_item.tpl
Merge pull request #11018 from annando/api-status
[friendica.git] / view / theme / smoothly / templates / search_item.tpl
index be174b969557ba3e70f313c36cda9ba79afb8f84..7675c2db17b705be4ee0f01537b886ec438cb97a 100644 (file)
@@ -46,9 +46,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>
        <div class="wall-item-wrapper-end"></div>