diff --git a/modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html b/modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html index 7a3a73ebd..fd6f7e79c 100644 --- a/modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html +++ b/modules/wowchemy-bootstrap/layouts/partials/functions/get_event_dates.html @@ -14,4 +14,4 @@ {{/* Show end time if not all day event. */}} {{ if not .Params.all_day }}{{ $str = $str | append (time.Format site.Params.locale.time_format (time $t2)) }}{{ end }} {{ end }} -{{ return (delimit $str " ") }} +{{ return ((delimit $str " ") | safeHTML) }}