summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-05-02 16:47:14 +0200
committerBastien Nocera <hadess@hadess.net>2019-05-02 16:48:57 +0200
commit5e9265c5feef25539d2c22a299392d4bd88ce452 (patch)
treeae6609c297e86963992ccfcfd556f6ad9ec76fa4
parent0fcb44f742d969c0ea581d584d292ecda885f88e (diff)
downloadshared-mime-info-5e9265c5feef25539d2c22a299392d4bd88ce452.tar.gz
Fix duplicated WOFF mime-type
A copy-paste error meant that the WOFF mime-type was duplicated and the WOFF2 mime-type never defined. Spotted by Alex Henrie <alexhenrie24@gmail.com>
-rw-r--r--freedesktop.org.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index ede984c6..13430ea0 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -2021,7 +2021,7 @@ command to generate the output files.
<glob pattern="*.woff"/>
<alias type="application/font-woff"/>
</mime-type>
- <mime-type type="font/woff">
+ <mime-type type="font/woff2">
<_comment>WOFF2 font</_comment>
<acronym>WOFF2</acronym>
<expanded-acronym>Web Open Font Format 2.0</expanded-acronym>