5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-08-02 16:21:56 +03:00

whitespace fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2017-11-24 09:25:55 +01:00
parent ae5e0a954b
commit b1e84aa34d

View File

@ -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},