From c63c77c07252907865176e32e2289568f808bd32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 26 Feb 2021 11:21:52 +0100 Subject: [PATCH] Fix heredoc indentation / codestyle --- wcfsetup/install/files/lib/system/style/FontManager.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/style/FontManager.class.php b/wcfsetup/install/files/lib/system/style/FontManager.class.php index f93d09b555..0799dcc33c 100644 --- a/wcfsetup/install/files/lib/system/style/FontManager.class.php +++ b/wcfsetup/install/files/lib/system/style/FontManager.class.php @@ -126,7 +126,7 @@ class FontManager extends SingletonFactory if (\in_array($filename, $preload)) { $preloadRequests .= \sprintf( -<<<'EOT' + <<<'EOT' --woltlab-suite-preload: #{preload( %s, $as: "font", @@ -144,7 +144,7 @@ EOT } } - $css .= "woltlab-suite-preload:root { ${preloadRequests} }"; + $css .= "woltlab-suite-preload:root { {$preloadRequests} }"; \file_put_contents($this->getCssFilename($family), $css); -- 2.20.1