From: Mikel Olasagasti Uranga Date: Thu, 16 Apr 2020 18:44:37 +0000 (+0200) Subject: Fix #158 missing comma in mime.pm X-Git-Tag: 7.8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F159%2Fhead;p=thirdparty%2FAWStats.git Fix #158 missing comma in mime.pm Signed-off-by: Mikel Olasagasti Uranga --- 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' );