]> _ Git - fluidbook-toolbox.git/commitdiff
#7894 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jan 2026 11:54:30 +0000 (12:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jan 2026 11:54:30 +0000 (12:54 +0100)
app/Fluidbook/Compiler/Links.php

index 2d7c689591e56387ad230c9163daee5705f94864..3acfbc38a9c4357388f3ff93a6997e5c9c1bc9b9 100644 (file)
@@ -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;