@@ -25,7 +25,7 @@ |
||
| 25 | 25 | $checker->check(); |
| 26 | 26 | |
| 27 | 27 | $code = $checker->hasErrors() ? 503 : 200; |
| 28 | - $app['twig.loader.filesystem']->addPath(__DIR__ . '/../resources/views/', 'statuspage'); |
|
| 28 | + $app['twig.loader.filesystem']->addPath(__DIR__.'/../resources/views/', 'statuspage'); |
|
| 29 | 29 | $content = $app['twig']->render( |
| 30 | 30 | '@statuspage/status.twig', |
| 31 | 31 | array( |