Fixed issue: Cannot view JSP #501

according to @monkiki, change "jsp" mime type to "application/x-jsp"
This commit is contained in:
Jirawat I
2016-02-11 09:53:17 +07:00
parent a6c008c802
commit 67155f8cb8

View File

@@ -28,7 +28,7 @@ class Repository
'groovy' => 'groovy',
'hs' => 'haskell',
'lhs' => 'haskell',
'jsp' => 'htmlembedded',
'jsp' => 'application/x-jsp',
'asp' => 'htmlembedded',
'aspx' => 'htmlembedded',
'html' => 'htmlmixed',