Skip to content

Commit

Permalink
release(2.2.2): fix escape progetto teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Apr 30, 2024
1 parent 4dc241e commit e1c9176
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,
card_text: content.field_abstract|render|striptags|slice(0, 200) ~ '...',
card_text: content.field_abstract,
card_teaser: true,
card_shadow: true,
card_attributes: attributes
Expand Down

0 comments on commit e1c9176

Please sign in to comment.