]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/event_stream_item.tpl
Merge pull request #7160 from nupplaphil/task/mod_probe
[friendica.git] / view / templates / event_stream_item.tpl
index 373b6d3314abda2dc8e04ec1a8124357838af0d8..3480228c10bd30a733951b5aa4e8b97ac3f49e51 100644 (file)
@@ -15,7 +15,7 @@
        {{/if}}
 
        {{if $description}}
-       <div class="description event-description">{{$description}}</div>
+       <div class="description event-description">{{$description nofilter}}</div>
        {{/if}}
 
        {{if $location}}
@@ -24,7 +24,7 @@
                {{if $location.name}}
                <span class="location">{{$location.name nofilter}}</span>
                {{/if}}
-               {{if $location.map}}{{$location.map}}{{/if}}
+               {{if $location.map}}{{$location.map nofilter}}{{/if}}
                
        </div>
        {{/if}}