]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/wall_item_tag.tpl
Merge pull request #7606 from annando/fix-invalid-url
[friendica.git] / view / theme / quattro / templates / wall_item_tag.tpl
index efcb5288816374aae07878e0031c5f8151d2e355..cb4b890153df66f963de62c4000af81653be701a 100644 (file)
                                        <img src="{{$item.thumb}}" class="contact-photo{{$item.sparkle}}" id="wall-item-photo-{{$item.id}}" alt="{{$item.name}}" />
                                </a>
                                <ul class="contact-menu menu-popup" id="wall-item-photo-menu-{{$item.id}}">
-                               {{$item.item_photo_menu}}
+                               {{$item.item_photo_menu nofilter}}
                                </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">
-                       {{$item.ago}} {{$item.body}} 
+                       {{$item.ago}} {{$item.body nofilter}}
                </div>
                        <div class="wall-item-tools">
                                {{if $item.drop.pagedrop}}
@@ -59,9 +59,9 @@
 
 {{* top thread comment box *}}
 {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}}
-<div class="wall-item-comment-wrapper" >{{$item.comment}}</div>
+<div class="wall-item-comment-wrapper" >{{$item.comment nofilter}}</div>
 {{/if}}{{/if}}{{/if}}
 
 {{if $item.flatten}}
-<div class="wall-item-comment-wrapper" >{{$item.comment}}</div>
+<div class="wall-item-comment-wrapper" >{{$item.comment nofilter}}</div>
 {{/if}}