]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/event_stream_item.tpl
Fix review points
[friendica.git] / view / theme / frio / templates / event_stream_item.tpl
index 330f88cbbbe95b00d6941ae52f33a7d81e3eb197..2f2af2732eea3984b7357fcc0b2170bc90468a77 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">
@@ -26,7 +27,7 @@
                                                {{/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 hover-card">{{$author_name}}</a>
                                        </div>
                                        {{if $location.map}}
                                        <div id="event-location-map-{{$id}}" class="event-location-map">{{$location.map nofilter}}</div>