Skip to content

Commit

Permalink
Merge pull request #1136 from joewiz/patch-1
Browse files Browse the repository at this point in the history
Correct mime-type names for JavaScript & Markdown
  • Loading branch information
adamretter committed Sep 28, 2016
2 parents 91f0c0d + a931a3d commit a818c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mime-types.xml.tmpl
Expand Up @@ -269,7 +269,7 @@
<description>Plain text</description>
<extensions>.txt,.text,.java,.dtd,.rnc,.properties</extensions>
</mime-type>
<mime-type name="text/x-markdown" type="binary">
<mime-type name="text/markdown" type="binary">
<description>Markdown</description>
<extensions>.md</extensions>
</mime-type>
Expand Down Expand Up @@ -327,7 +327,7 @@
<description>PostScript Document</description>
<extensions>.eps,.ps</extensions>
</mime-type>
<mime-type name="application/x-javascript" type="binary">
<mime-type name="application/javascript" type="binary">
<description>JavaScript</description>
<extensions>.js</extensions>
</mime-type>
Expand Down

0 comments on commit a818c0c

Please sign in to comment.