From b1e84aa34dd7988794186766d7b925b6eeb65177 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 24 Nov 2017 09:25:55 +0100 Subject: [PATCH] whitespace fixup Signed-off-by: Wolfgang Bumiller --- PVE/APIServer/AnyEvent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/APIServer/AnyEvent.pm b/PVE/APIServer/AnyEvent.pm index 1a67ab6..d7271a2 100755 --- a/PVE/APIServer/AnyEvent.pm +++ b/PVE/APIServer/AnyEvent.pm @@ -275,7 +275,7 @@ my $file_extension_info = { html => { ct => 'text/html' }, js => { ct => 'application/javascript' }, json => { ct => 'application/json' }, - map => { ct => 'application/json' }, + map => { ct => 'application/json' }, png => { ct => 'image/png' , nocomp => 1 }, ico => { ct => 'image/x-icon', nocomp => 1}, gif => { ct => 'image/gif', nocomp => 1}, -- 2.39.2