]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/event_stream_item.tpl
Merge pull request #7540 from vinzv/patch-1
[friendica.git] / view / theme / frio / templates / event_stream_item.tpl
index 87c2e70caddf84c27a2a172c67c8ab5d4ba36a0a..9264e9d2e3e92861606755ccb185b826475ff3d9 100644 (file)
@@ -12,7 +12,8 @@
                                        </span>
                                </div>
                                <div class="event-card-content media-body">
-                                       <div class="event-title event-card-title summary event-summary">{{$title}}</div>
+                                       <div class="event-title event-card-title summary event-summary">{{$title nofilter}}</div>
+
                                        {{* If there is a map, we insert a button for showing/hiding the map *}}
                                        {{if $location.map}}<button id="event-map-btn-{{$id}}" class="event-map-btn btn-link fakelink nav nav-pills preferences" data-map-id="event-location-map-{{$id}}" data-show-label="{{$show_map_label}}" data-hide-label="{{$hide_map_label}}">{{$map_btn_label}}</button>{{/if}}
                                        <div class="event-property">
                                                </span>
                                                {{if $location.name}}
                                                <span role="presentation" aria-hidden="true"> ยท </span>
-                                               <span class="event-location event-card-location">{{$location.name}}</span>
+                                               <span class="event-location event-card-location">{{$location.name nofilter}}</span>
                                                {{/if}}
                                        </div>
                                        <div class="event-card-profile-name profile-entry-name">
                                                <a href="{{$author_link}}" class="userinfo">{{$author_name}}</a>
                                        </div>
                                        {{if $location.map}}
-                                       <div id="event-location-map-{{$id}}" class="event-location-map">{{$location.map}}</div>
+                                       <div id="event-location-map-{{$id}}" class="event-location-map">{{$location.map nofilter}}</div>
                                        {{/if}}
                                </div>
                                <div class="clearfix"></div>
@@ -41,7 +42,7 @@
        {{* The content of the event description *}}
        {{if $description}}
        <div class="description event-description">
-               {{$description}}
+               {{$description nofilter}}
        </div>
        {{/if}}
 </div>