Skip to content

Commit b9e1603

Browse files
bamarninicolas-grekas
authored andcommitted
used HTML5 meta charset tag and removed hardcoded ones
Conflicts: src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig
1 parent 0f31841 commit b9e1603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/app/Resources/views/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="UTF-8" />
4+
<meta charset="{{ _charset }}" />
55
<title>{% block title %}Welcome!{% endblock %}</title>
66
{% block stylesheets %}{% endblock %}
77
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />

0 commit comments

Comments
 (0)