Add mime mapping for css (omission breaks some browsers)
This commit is contained in:
parent
25d36ea028
commit
7aff8c3922
|
@ -330,4 +330,8 @@
|
||||||
<taglib-uri>webStore.tld</taglib-uri>
|
<taglib-uri>webStore.tld</taglib-uri>
|
||||||
<taglib-location>/WEB-INF/webStore.tld</taglib-location>
|
<taglib-location>/WEB-INF/webStore.tld</taglib-location>
|
||||||
</taglib>
|
</taglib>
|
||||||
|
<mime-mapping>
|
||||||
|
<extension>css</extension>
|
||||||
|
<mime-type>text/css</mime-type>
|
||||||
|
</mime-mapping>
|
||||||
</web-app>
|
</web-app>
|
||||||
|
|
Loading…
Reference in New Issue