Skip to content

Commit 184fd66

Browse files
authored
Merge pull request #6 from sunshinezjb/sig
revise mime file
2 parents 02ec59a + 9d450cf commit 184fd66

File tree

1 file changed

+1
-1
lines changed
  • harmony/doc-viewer/src/main/ets

1 file changed

+1
-1
lines changed

harmony/doc-viewer/src/main/ets/mime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const mimeMap = {
6666
xhtml: 'application/xhtml+xml',
6767
xls: 'application/vnd.ms-excel',
6868
xlsx: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
69-
xml: 'application/xml',
69+
xml: 'text/xml',
7070
xul: 'application/vnd.mozilla.xul+xml',
7171
zip: 'application/zip',
7272
'3gp': 'video/3gpp',

0 commit comments

Comments
 (0)