Skip to content

Commit

Permalink
Adding UTF8 tag to allow symbols (#58)
Browse files Browse the repository at this point in the history
Without this, Symbols such as € does not display well
  • Loading branch information
loevgaard authored Mar 5, 2020
1 parent bca6a4e commit cc7af95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/views/Shop/GiftCard/pdf.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html lang="{{ sylius_base_locale }}">
<head></head>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
{% if configuration.backgroundImage is not empty %}
{% set path = configuration.backgroundImage.path|imagine_filter('setono_sylius_gift_card_background') %}
Expand Down

0 comments on commit cc7af95

Please sign in to comment.