From: Vincent Vanwaelscappel Date: Mon, 19 Jan 2026 11:54:30 +0000 (+0100) Subject: #7894 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e0f6a03b74fd1015c25f24f15279dc9524e8c751;p=fluidbook-toolbox.git #7894 @1 --- diff --git a/app/Fluidbook/Compiler/Links.php b/app/Fluidbook/Compiler/Links.php index 2d7c68959..3acfbc38a 100644 --- a/app/Fluidbook/Compiler/Links.php +++ b/app/Fluidbook/Compiler/Links.php @@ -550,7 +550,7 @@ trait Links if (!file_exists($file)) { continue; } - $ext = ['jpg', 'jpeg', 'png', 'svg', 'pdf']; + $ext = ['jpg', 'jpeg', 'png', /*'svg',*/ 'pdf']; $f = new \SplFileInfo($file); if (!in_array($f->getExtension(), $ext)) { continue;