diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-22 19:03:38 -0600 |
---|---|---|
committer | Alex Henrie <alexhenrie24@gmail.com> | 2024-04-22 19:03:38 -0600 |
commit | 3b416846a68fa6db013c8ff8af867b31e16db838 (patch) | |
tree | a35c6466eefcf6ad96faa29042b492853bff0b36 /data | |
parent | 5951c889e62f1a42af43f3bc2a3929871f79b959 (diff) |
Prefer vnd.oasis.opendocument.base over vnd.oasis.opendocument.database
https://www.iana.org/assignments/media-types/application/vnd.oasis.opendocument.base
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index fca78c4..91b2d35 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -1512,7 +1512,7 @@ command to generate the output files. </magic> <glob pattern="*.otf"/> </mime-type> - <mime-type type="application/vnd.oasis.opendocument.database"> + <mime-type type="application/vnd.oasis.opendocument.base"> <comment>ODB database</comment> <acronym>ODB</acronym> <expanded-acronym>OpenDocument Database</expanded-acronym> @@ -1526,6 +1526,7 @@ command to generate the output files. </match> </magic> <glob pattern="*.odb"/> + <alias type="application/vnd.oasis.opendocument.database"/> <alias type="application/vnd.sun.xml.base"/> </mime-type> <mime-type type="application/vnd.oasis.opendocument.image"> |