X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fevent_stream_item.tpl;h=1ce15042613b435dc239d1a800c8f83b0b76e785;hb=1f06089e5e3d915f2846e9dd422221bd6b25ad9a;hp=16d122167d1a36a948e346f484470d0bf8bffdad;hpb=a0530d1066d7268f1b1ea67bc3c254e9f9fc5ec8;p=friendica.git diff --git a/view/templates/event_stream_item.tpl b/view/templates/event_stream_item.tpl index 16d122167d..1ce1504261 100644 --- a/view/templates/event_stream_item.tpl +++ b/view/templates/event_stream_item.tpl @@ -1,28 +1,30 @@
-
{{$title}}
+
{{$title nofilter}}
{{$dtstart_label}}  - {{$dtstart_dt}} + {{$dtstart_dt}}
{{if $finish}}
- {{$dtstart_label}}  - {{$dtend_dt}} + {{$dtend_label}}  + {{$dtend_dt}}
{{/if}} -
{{$description}}
+ {{if $description}} +
{{$description nofilter}}
+ {{/if}} {{if $location}}
{{$location_label}}  {{if $location.name}} - {{$location.name}} + {{$location.name nofilter}} {{/if}} - {{if $location.map}}{{$location.map}}{{/if}} + {{if $location.map}}{{$location.map nofilter}}{{/if}}
{{/if}}