From 9014acf085ebcb21245fe1d585477c75870249bc Mon Sep 17 00:00:00 2001 From: willtp87 Date: Mon, 30 Jun 2014 17:28:54 +0000 Subject: [PATCH] better xsl handling --- includes/mime_detect.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index 03ece01f..8aae5393 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -132,7 +132,8 @@ class MimeDetect { 'wbxml' => 'application/vnd.wap.wbxml', 'xht' => 'application/xhtml+xml', 'xhtml' => 'application/xhtml+xml', - 'xsl' => 'text/xml', + 'xsl' => 'text/xsl', + 'xslt' => 'text/xsl', 'xml' => 'text/xml', 'csv' => 'text/csv', 'tsv' => 'text/tab-separated-values',