]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/search_item.tpl
Merge branch '2018.12-rc' into task/6208-escape-html-true
[friendica.git] / view / theme / frio / templates / search_item.tpl
index 3ae36c7822865efb52139406f6556948df39e0e0..842698e16ea3cdee36e5849ec553821ed570092d 100644 (file)
 
                        <hr />
 
-
                        {{* item content *}}
                        <div class="wall-item-content {{$item.type}}" id="wall-item-content-{{$item.id}}">
                                {{* insert some space if it's an top-level post *}}
                                <span class="wall-item-title" id="wall-item-title-{{$item.id}}"><h4 class="media-heading"><a href="{{$item.plink.href}}" class="{{$item.sparkle}}">{{$item.title}}</a></h4><br /></span>
                                {{/if}}
 
-                               <div class="wall-item-body" id="wall-item-body-{{$item.id}}">{{$item.body}}</div>
+                               <div class="wall-item-body" id="wall-item-body-{{$item.id}}">{{$item.body nofilter}}</div>
                        </div>
 
                        <!-- TODO -->
                        <div class="wall-item-bottom">
-                               <div class="wall-item-links">
-                               </div>
+                               <div class="wall-item-links"></div>
                                <div class="wall-item-tags">
                        {{if !$item.suppress_tags}}
                                {{foreach $item.hashtags as $tag}}
                        {{if $item.responses}}
                        <div class="wall-item-responses">
                                {{foreach $item.responses as $verb=>$response}}
-                               <div class="wall-item-{{$verb}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output}}</div>
+                               <div class="wall-item-{{$verb}}" id="wall-item-{{$verb}}-{{$item.id}}">{{$response.output nofilter}}</div>
                                {{/foreach}}
                        </div>
                        {{/if}}