Skip to content

Commit 470473d

Browse files
committed
changed order of mimetypes
1 parent 40a73e4 commit 470473d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

logicaldoc-util/src/main/resources/mimetypes.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,12 @@ ts=video/mp2t
670670
divx=video/divx
671671
m4v=video/x-m4v
672672
m4v=video/mp4
673+
673674
svg=image/svg+xml
674675
heic=image/heic
675676
eml=message/rfc822
676677
msg=application/vnd.ms-outlook
678+
url=text/uri-list
677679

678680
odt = application/vnd.oasis.opendocument.text
679681
ott = application/vnd.oasis.opendocument.text-template
@@ -686,9 +688,7 @@ otp = application/vnd.oasis.opendocument.presentation-template
686688
ods = application/vnd.oasis.opendocument.spreadsheet
687689
ots = application/vnd.oasis.opendocument.spreadsheet-template
688690
odc = application/vnd.oasis.opendocument.chart
689-
odf = application/vnd.oasis.opendocument.formula
690-
odb = application/vnd.oasis.opendocument.database
691-
odi = application/vnd.oasis.opendocument.image
691+
odf = application/vnd.oasis.opendocument.formula
692+
odb = application/vnd.oasis.opendocument.database
693+
odi = application/vnd.oasis.opendocument.image
692694
oxt = application/vnd.openofficeorg.extension
693-
694-
url=text/uri-list

0 commit comments

Comments
 (0)