From d2bbcab233dabe3b04f8c3b94a947ec174540418 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 19 Dec 2020 19:52:59 +0100 Subject: run phpcbf and add fix target to Makefile --- app/class/Controllerfont.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/class/Controllerfont.php') diff --git a/app/class/Controllerfont.php b/app/class/Controllerfont.php index 3717359..56ca3ae 100644 --- a/app/class/Controllerfont.php +++ b/app/class/Controllerfont.php @@ -8,7 +8,7 @@ class Controllerfont extends Controller * @var Modelfont */ protected $fontmanager; - + public function __construct($router) { parent::__construct($router); @@ -21,7 +21,7 @@ class Controllerfont extends Controller dircheck(Model::FONT_DIR); $fontlist = $this->fontmanager->getfontlist(); - + $this->showtemplate( 'font', [ @@ -34,7 +34,7 @@ class Controllerfont extends Controller $this->routedirect('home'); } } - + public function render() { $this->fontmanager->renderfontface(); -- cgit v1.2.3