Browse Source

[Minor] Treat '.htm' as HTML files as well

tags/1.3.0
Vsevolod Stakhov 7 years ago
parent
commit
a0603aa75c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/mime_types.lua

+ 1
- 0
src/plugins/lua/mime_types.lua View File

@@ -31,6 +31,7 @@ local settings = {
regexp = false,
extension_map = { -- extension -> mime_type
html = 'text/html',
htm = 'text/html',
txt = 'text/plain',
pdf = 'application/pdf'
},

Loading…
Cancel
Save