From 0fc99a1c72c0da5daa80cabe191db7c8978535b4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 11 Sep 2016 19:05:08 +0200 Subject: [PATCH] Lint --- controllers/FrontController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/FrontController.php b/controllers/FrontController.php index e884fab..2348db8 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -87,7 +87,8 @@ class FrontController 'extractors' => $this->download->listExtractors(), 'class' => 'extractors', 'title' => 'Supported websites', - 'description' => 'List of all supported websites from which Alltube Download can extract video or audio files', + 'description' => 'List of all supported websites from which Alltube Download '. + 'can extract video or audio files', ] ); }