]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/search_item.tpl
Merge pull request #7160 from nupplaphil/task/mod_probe
[friendica.git] / view / theme / smoothly / templates / search_item.tpl
index 1830922fcf0a111099d4bcb9ab78ff46750ff982..23af1b794b18f71acf9b7b63cca542601fb242f1 100644 (file)
@@ -15,7 +15,7 @@
                                </div>
                        </div>
                        <div class="wall-item-photo-end"></div> 
-                       <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{if $item.location}}<span class="icon globe"></span>{{$item.location}} {{/if}}</div>
+                       <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{if $item.location}}<span class="icon globe"></span>{{$item.location nofilter}} {{/if}}</div>
                </div>
                <div class="wall-item-lock-wrapper">
                                {{if $item.lock}}<div class="wall-item-lock"><img src="images/lock_icon.gif" class="lockview" alt="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></div>