We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f31841 commit b9e1603Copy full SHA for b9e1603
Tests/Functional/app/Resources/views/base.html.twig
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <meta charset="UTF-8" />
+ <meta charset="{{ _charset }}" />
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
{% block stylesheets %}{% endblock %}
7
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
0 commit comments