X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=b668229e8af5ebb2b71017475cafabd905c8ab12;hb=a1de23d4cb7b65e9d588728e880ad8edd09d37f2;hp=c6aa9536e6d9c8827c8fb64a8989c3d612d4a894;hpb=5cb3e5d6e136f7e2b878a9df60c6f98df170cde9;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index c6aa9536e6..b668229e8a 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -99,7 +99,7 @@ {{if $item.location}}
- ({{$item.location}}) + ({{$item.location nofilter}})
{{/if}} @@ -112,7 +112,7 @@
{{$item.name}}

- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}} + {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}}

@@ -132,7 +132,7 @@

{{$item.title}}


{{/if}} -
{{$item.body}}
+
{{$item.body nofilter}}
@@ -141,11 +141,11 @@
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.mentions as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}} @@ -231,7 +231,7 @@ {{if $item.responses}}
{{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}}
{{/if}}