X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fsearch_item.tpl;h=b668229e8af5ebb2b71017475cafabd905c8ab12;hb=a1de23d4cb7b65e9d588728e880ad8edd09d37f2;hp=970d5d72ce85b54eef4529d3c12adf216733e0b2;hpb=6cf5fd56e5238b89c74da9a81f45712c6310b3eb;p=friendica.git diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 970d5d72ce..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,12 +112,14 @@
{{$item.name}}

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

-
+
+ +
{{* item content *}}
@@ -130,21 +132,20 @@

{{$item.title}}


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