]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/SecurityController.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / SecurityController.php
index a61a898bf1d07598fb9f54d36c5b0519db7b1dab..f0a7ab6d8dd5126bd1dcdbd039b19b9334a2fbb0 100644 (file)
@@ -25,7 +25,7 @@ class SecurityController extends Controller
         return $this->render('WallabagCoreBundle:Security:login.html.twig', array(
             // last username entered by the user
             'last_username' => $session->get(SecurityContext::LAST_USERNAME),
-            'error'         => $error,
+            'error' => $error,
         ));
     }