From 8ae7816b7a01ac5709316089920188307763698e Mon Sep 17 00:00:00 2001 From: Stephane DECOCK Date: Thu, 5 Mar 2020 14:12:01 +0100 Subject: [PATCH] Adding UTF8 tag to allow symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, Symbols such as € does not display well --- src/Resources/views/Shop/GiftCard/pdf.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Resources/views/Shop/GiftCard/pdf.html.twig b/src/Resources/views/Shop/GiftCard/pdf.html.twig index 671a8423..7481adb3 100644 --- a/src/Resources/views/Shop/GiftCard/pdf.html.twig +++ b/src/Resources/views/Shop/GiftCard/pdf.html.twig @@ -1,5 +1,7 @@ - + + + {% if configuration.backgroundImage is not empty %} {% set path = configuration.backgroundImage.path|imagine_filter('setono_sylius_gift_card_background') %}