Skip to content

Commit

Permalink
Fix mime-info format
Browse files Browse the repository at this point in the history
update-mime-info may fail to parse the file if attributes are not
between quotes.
  • Loading branch information
super7ramp authored and jacob1 committed Jun 24, 2018
1 parent 9a70700 commit 953687a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/powdertoy-save.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/vnd.powdertoy.save">
<comment>Powder Toy save</comment>
<glob pattern=*.cps/>
<glob pattern=*.stm/>
</mime-type>"
<glob pattern="*.cps"/>
<glob pattern="*.stm"/>
</mime-type>
</mime-info>

0 comments on commit 953687a

Please sign in to comment.