openeuropa / oe_bootstrap_theme

Bootstrap-based theme
European Union Public License 1.2
6 stars 12 forks source link

OEL-2741: Fixed bcl_card_list twig filter. #362

Closed tibi2303 closed 7 months ago

tibi2303 commented 7 months ago

Jira issue(s):

brummbar commented 7 months ago

This is the output of the pattern when used in the list item block paragraph (oe_whitelabel) with the 1.x version of this theme:

image
brummbar commented 7 months ago

This is what happens when I apply the current patch:

https://github.com/openeuropa/oe_bootstrap_theme/assets/8488617/7163dbf8-ff19-43bb-8283-e0acfa1bac57

Never use Markup::create(). Never pass html as string. Either pass render arrays, or the output of a render call.