Changeset 6868 in josm for trunk/src


Ignore:
Timestamp:
2014-02-18T09:08:07+01:00 (10 years ago)
Author:
stoecker
Message:

see #9715 - mapcss mime type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSource.java

    r6867 r6868  
    3939     * @since 6867
    4040     */
    41     public static final String MAPCSS_STYLE_MIME_TYPES = "text/mapcss, text/css; q=0.9, text/plain; q=0.8, application/zip, application/octet-stream; q=0.5";
     41    public static final String MAPCSS_STYLE_MIME_TYPES = "text/x-mapcss, text/mapcss, text/css; q=0.9, text/plain; q=0.8, application/zip, application/octet-stream; q=0.5";
    4242
    4343    public final List<MapCSSRule> rules;
Note: See TracChangeset for help on using the changeset viewer.