Skip to content

Commit

Permalink
Improve mime type definition.
Browse files Browse the repository at this point in the history
This removes the counterproductive xml:lang attribute from <comment> and makes application/x-amgp a subclass of application/xml.
  • Loading branch information
Janfel authored Dec 30, 2020
1 parent ab7a7d2 commit 43cba40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion other/io.github.antimicrox.antimicrox.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-amgp">
<comment xml:lang="en">AntiMicroX Profile</comment>
<comment>AntiMicroX profile</comment>
<sub-class-of type="application/xml"/>
<glob pattern="*.amgp"/>
</mime-type>
</mime-info>

0 comments on commit 43cba40

Please sign in to comment.