Merge pull request #651 from nodtem66/patch-1

Fixed issue: Cannot view JSP #501
This commit is contained in:
Gary Green
2016-02-11 09:38:21 +00:00

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',