From 44d61634480b71f581459b6aec2736d2e9976c32 Mon Sep 17 00:00:00 2001 From: Bilal Amarni Date: Sun, 31 Mar 2013 20:32:41 +0200 Subject: [PATCH] used HTML5 meta charset tag and removed hardcoded ones --- .../Tests/Functional/app/Resources/views/base.html.twig | 2 +- .../Bundle/TwigBundle/Resources/views/Exception/error.html.twig | 2 +- src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig | 2 +- .../WebProfilerBundle/Resources/views/Profiler/base.html.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig index c19978f0da441..4cacbaa62d492 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig +++ b/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/Resources/views/base.html.twig @@ -1,7 +1,7 @@ - + Codestin Search App {% block stylesheets %}{% endblock %} diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig index 22d0c3a29bcb1..3cb20f3af009a 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/Exception/error.html.twig @@ -1,7 +1,7 @@ - + Codestin Search App diff --git a/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig b/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig index 49f997b5041d0..b7b9586aa2622 100644 --- a/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig +++ b/src/Symfony/Bundle/TwigBundle/Resources/views/layout.html.twig @@ -1,7 +1,7 @@ - + Codestin Search App diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig index e4258a205d201..604714b6060fa 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig @@ -1,7 +1,7 @@ - + Codestin Search App