Skip to content

Commit

Permalink
release(2.2.1): fix escape notizia teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 30, 2024
1 parent aa05fee commit 28b8050
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{% embed '@bi-bcl/card/card.html.twig' with {
card_tag_container: 'article',
card_title: label|render|striptags|trim,
card_text: content.field_abstract|render|striptags|slice(0, 200) ~ '...',
card_text: content.field_abstract,
card_shadow: true,
card_teaser: true,
card_attributes: attributes
Expand Down

0 comments on commit 28b8050

Please sign in to comment.