Change quotations for MIME lines
This commit is contained in:
parent
33c7c585d0
commit
4634c857b4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ echo "${ORANGE}Remember to install the Firefox extension for it to work${NC}"
|
|||
|
||||
if [ -e ~/.local/share/mime/packages/text-markdown.xml ]; then
|
||||
echo "<?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=\"text/plain\">
|
||||
<glob pattern=\"*.md\"/>
|
||||
<glob pattern=\"*.mkd\"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue