Browse Source

better xsl handling

pull/521/head
willtp87 10 years ago
parent
commit
9014acf085
  1. 3
      includes/mime_detect.inc

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

Loading…
Cancel
Save