From 0b2f514320a0af60fa2edbb72e00783e66ea7df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Thu, 31 Mar 2022 15:40:16 +0200 Subject: [PATCH] simple quotes --- core/include/update.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index d7658cbb..38a67b68 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -955,7 +955,7 @@ if ($this->getData(['core', 'dataVersion']) < 11400) { foreach ($imported as $fontId => $fontUrl) { $this->setData(['fonts', 'imported', $fontId, [ 'name' => ucfirst($fontId), - 'font-family'=> '"' . $fontId . '", sans-serif', + 'font-family'=> '\'' . $fontId . '\', sans-serif', 'resource' => 'https:\\fonts.cdnfonts.com\css' . $fontUrl ]]); }