Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 2a25104

Browse files
committed
Minor fixes
1 parent 50a6e1f commit 2a25104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Resources/views/default/index.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{% endblock %}
6262

6363
{% block stylesheets %}
64-
<style type="text/css">
64+
<style>
6565
body { background: #F5F5F5; font: 18px/1.5 sans-serif; }
6666
h1, h2 { line-height: 1.2; margin: 0 0 .5em; }
6767
h1 { font-size: 36px; }

src/AppBundle/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
66
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7-
use Symfony\Component\HttpFoundation\Request;
87

98
class DefaultController extends Controller
109
{
@@ -13,6 +12,7 @@ class DefaultController extends Controller
1312
*/
1413
public function indexAction()
1514
{
15+
// replace this example code with whatever you need
1616
require_once __DIR__.'/../../../app/SymfonyRequirements.php';
1717

1818
return $this->render('default/index.html.twig', array(

0 commit comments

Comments
 (0)