Skip to content

Commit c2d7261

Browse files
committed
[FIX] text/html content type by default.
1 parent b00a062 commit c2d7261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/factory/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'unauthorized_page' => 1,
77
'site_unavailable_page' => '',
88
'top_howmany' => 10,
9-
'custom_contenttype' => 'application/rss+xml,application/pdf,application/vnd.ms-word,application/vnd.ms-excel,text/html,text/css,text/xml,text/javascript,text/plain,application/json',
9+
'custom_contenttype' => 'text/html,application/rss+xml,application/pdf,application/vnd.ms-word,application/vnd.ms-excel,text/css,text/xml,text/javascript,text/plain,application/json',
1010
'docid_incrmnt_method' => 0,
1111
'valid_hostnames' => '',
1212
'enable_filter' => 0,

0 commit comments

Comments
 (0)