mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-02-09 16:17:35 +01:00
Fixed issue: Cannot view JSP #501
according to @monkiki, change "jsp" mime type to "application/x-jsp"
This commit is contained in:
@@ -28,7 +28,7 @@ class Repository
|
||||
'groovy' => 'groovy',
|
||||
'hs' => 'haskell',
|
||||
'lhs' => 'haskell',
|
||||
'jsp' => 'htmlembedded',
|
||||
'jsp' => 'application/x-jsp',
|
||||
'asp' => 'htmlembedded',
|
||||
'aspx' => 'htmlembedded',
|
||||
'html' => 'htmlmixed',
|
||||
|
||||
Reference in New Issue
Block a user