X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fquattro%2Ftemplates%2Fwall_item_tag.tpl;h=cb4b890153df66f963de62c4000af81653be701a;hb=3d5d50a25b89c8d7b35e45bbcaaffa6ce611614f;hp=d9510da438fe687f0be06ce60a361edae1c12e16;hpb=ea4e772b1e776876c40e30c67f30e6c35cf7d3aa;p=friendica.git diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl index d9510da438..cb4b890153 100644 --- a/view/theme/quattro/templates/wall_item_tag.tpl +++ b/view/theme/quattro/templates/wall_item_tag.tpl @@ -26,25 +26,25 @@
- - {{$item.name|escape}} + + {{$item.name}}
-
{{$item.location}}
+
{{$item.location nofilter}}
- {{$item.ago}} {{$item.body}} + {{$item.ago}} {{$item.body nofilter}}
{{if $item.drop.pagedrop}} - + {{/if}} {{if $item.drop.dropping}} - {{$item.drop.delete}} + {{$item.drop.delete}} {{/if}}
@@ -59,9 +59,9 @@ {{* top thread comment box *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}