]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/event_stream_item.tpl
Merge pull request #6225 from annando/http-error
[friendica.git] / view / theme / frio / templates / event_stream_item.tpl
index 87c2e70caddf84c27a2a172c67c8ab5d4ba36a0a..58f39a0ee14d30db17255b37afbcecb4fe51fbb9 100644 (file)
                                        {{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 class="event-date">
-                                                       <span class="event-start dtstart" title="{{$dtstart_title}}">{{$start_short}}</span>
-                                                       {{if $finish}} - <span class="event-end dtend" title="{{$dtend_title}}">{{if $same_date}}{{$end_time}}{{else}}{{$end_short}}{{/if}}</span>{{/if}}
+                                                       <span class="event-start dtstart" title="{{$dtstart_title|escape}}">{{$start_short}}</span>
+                                                       {{if $finish}} - <span class="event-end dtend" title="{{$dtend_title|escape}}">{{if $same_date}}{{$end_time}}{{else}}{{$end_short}}{{/if}}</span>{{/if}}
                                                </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|escape}}</span>
                                                {{/if}}
                                        </div>
                                        <div class="event-card-profile-name profile-entry-name">
-                                               <a href="{{$author_link}}" class="userinfo">{{$author_name}}</a>
+                                               <a href="{{$author_link}}" class="userinfo">{{$author_name|escape}}</a>
                                        </div>
                                        {{if $location.map}}
                                        <div id="event-location-map-{{$id}}" class="event-location-map">{{$location.map}}</div>