mirror of
https://github.com/getgrav/grav.git
synced 2026-02-09 08:07:49 +01:00
Fix #366 SVG content type
This commit is contained in:
@@ -283,6 +283,9 @@ abstract class Utils
|
||||
case "tiff":
|
||||
return "image/" . $extension;
|
||||
|
||||
case "svg":
|
||||
return "image/svg+xml";
|
||||
|
||||
case "css":
|
||||
return "text/css";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user