]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/wall_thread.tpl
Merge pull request #6462 from annando/gplus
[friendica.git] / view / templates / wall_thread.tpl
index 38c0f4359b744daefcfa551765c46a6e36d15882..b3ed2af02686edd1472c40cf716d4102dbed0daf 100644 (file)
@@ -40,7 +40,7 @@
                        <div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" >
                                {{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>
                                {{else}}<div class="wall-item-lock"></div>{{/if}}
-                               <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div>
+                               <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location nofilter}}</div>
                        </div>
                </div>
                <div class="wall-item-author">
@@ -54,7 +54,7 @@
                        <div class="body-tag">
                        {{if !$item.suppress_tags}}
                                {{foreach $item.tags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                                {{/foreach}}
                        {{/if}}
                        </div>