From 67155f8cb82ebdb3756dce00ee6130d1012fb5a4 Mon Sep 17 00:00:00 2001 From: Jirawat I Date: Thu, 11 Feb 2016 09:53:17 +0700 Subject: [PATCH] Fixed issue: Cannot view JSP #501 according to @monkiki, change "jsp" mime type to "application/x-jsp" --- src/Util/Repository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Repository.php b/src/Util/Repository.php index 5337fac..f530438 100644 --- a/src/Util/Repository.php +++ b/src/Util/Repository.php @@ -28,7 +28,7 @@ class Repository 'groovy' => 'groovy', 'hs' => 'haskell', 'lhs' => 'haskell', - 'jsp' => 'htmlembedded', + 'jsp' => 'application/x-jsp', 'asp' => 'htmlembedded', 'aspx' => 'htmlembedded', 'html' => 'htmlmixed',