diff --git a/system/src/Grav/Common/Utils.php b/system/src/Grav/Common/Utils.php index ac000cfe7..ec8fff972 100644 --- a/system/src/Grav/Common/Utils.php +++ b/system/src/Grav/Common/Utils.php @@ -283,6 +283,9 @@ abstract class Utils case "tiff": return "image/" . $extension; + case "svg": + return "image/svg+xml"; + case "css": return "text/css";