Skip to content

Commit

Permalink
EWPP-1924: Fix Event Subject field rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Jan 21, 2022
1 parent d945e9f commit b9b9b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
#}
{% for item in items %}
{{- item.content|render|capitalize -}}{{ not loop.last ? ' | ' }}
{{- item.content|render -}}{{ not loop.last ? ' | ' }}
{% endfor %}

0 comments on commit b9b9b3f

Please sign in to comment.