Browse Source

Resolve two fortune errors

Hamilton Turner 10 years ago
parent
commit
74bfab7375

+ 0 - 1
frameworks/PHP/php-symfony2-stripped/app/Resources/views/base.html.twig

@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <meta charset="UTF-8" />
         <title>{% block title %}Welcome!{% endblock %}</title>
         {% block stylesheets %}{% endblock %}
     </head>

+ 1 - 3
frameworks/PHP/php-symfony2-stripped/src/Skamander/BenchmarkBundle/Resources/views/layout.html.twig

@@ -3,7 +3,5 @@
 {% block title 'Benchmark Bundle' %}
 
 {% block body %}
-    <div class="block">
-        {% block content %}{% endblock %}
-    </div>
+  {% block content %}{% endblock %}
 {% endblock %}