Fix mime-info format
update-mime-info may fail to parse the file if attributes are not between quotes.
This commit is contained in:
parent
9a707003aa
commit
953687a5c2
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0"?>
|
<?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">
|
<mime-type type="application/vnd.powdertoy.save">
|
||||||
<comment>Powder Toy save</comment>
|
<comment>Powder Toy save</comment>
|
||||||
<glob pattern=*.cps/>
|
<glob pattern="*.cps"/>
|
||||||
<glob pattern=*.stm/>
|
<glob pattern="*.stm"/>
|
||||||
</mime-type>"
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
Reference in New Issue
Block a user