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 89cedd4 commit 8607f48Copy full SHA for 8607f48
Tests/Functional/app/Resources/views/base.html.twig
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta charset="UTF-8" />
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
{% block stylesheets %}{% endblock %}
7
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
0 commit comments