diff --git a/core/class/template.class.php b/core/class/template.class.php index caa34d18..9072a2e9 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -517,7 +517,7 @@ class template { // Liste des polices à intégrer if ($attributes['fonts'] === true) { foreach ($options as $fontId) { - echo "\n"; + echo "\n"; } } // Début du wrapper diff --git a/core/core.php b/core/core.php index ea74179f..72281eb2 100644 --- a/core/core.php +++ b/core/core.php @@ -2360,4 +2360,4 @@ class layout extends common { } } -} \ No newline at end of file +}