From e5c32dd55ff7995933d84bd45076b09bba400986 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Thu, 16 Apr 2020 20:44:37 +0200 Subject: [PATCH] Fix #158 missing comma in mime.pm Signed-off-by: Mikel Olasagasti Uranga --- wwwroot/cgi-bin/lib/mime.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/cgi-bin/lib/mime.pm b/wwwroot/cgi-bin/lib/mime.pm index a02d8e59..bb9aa6cf 100644 --- a/wwwroot/cgi-bin/lib/mime.pm +++ b/wwwroot/cgi-bin/lib/mime.pm @@ -56,7 +56,7 @@ 'diskimage', 'Disc and media file extensions', 'vm', 'Virtual Machine image', 'torrent', 'BitTorrent File', -'gis', 'GIS File' +'gis', 'GIS File', 'ebook', 'Ebook File' ); -- 2.47.2