Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
fix(date-block): preventing autoescape on month_markup variable - TWI…
Browse files Browse the repository at this point in the history
…G-70 (#170)
  • Loading branch information
planctus committed Oct 15, 2019
1 parent fc9cfbd commit bc241d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<time class="{{ _css_class }}"{{ _extra_attributes|raw }}>
<span class="ecl-date-block__day">{{ _day }}</span>
{{ _month_markup }}
{{ _month_markup|raw }}
<span class="ecl-date-block__year">{{ _year }}</span>
</time>
{% endif %}
Expand Down

0 comments on commit bc241d1

Please sign in to comment.