]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/search_item.tpl
wrong intend
[friendica.git] / view / theme / quattro / templates / search_item.tpl
index 2857baf2bf59e9b62d19d99d96adc5cb6d500490..75d5ef566f9ca6955df2f58acb910c47afc3e5d0 100644 (file)
@@ -19,7 +19,7 @@
                                </ul>
 
                        </div>
-                       <div class="wall-item-location">{{$item.location}}</div>
+                       <div class="wall-item-location">{{$item.location nofilter}}</div>
                </div>
                <div class="wall-item-content">
                        {{if $item.title}}<h2><a href="{{$item.plink.href}}">{{$item.title}}</a></h2>{{/if}}
@@ -32,7 +32,7 @@
                <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.tags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                        {{/foreach}}
                {{/if}}
                </div>