Commit f32ce754 by andreas.pelme

Changed the default media type for CSS to "all" instead of "media,projection".


git-svn-id: https://django-compress.googlecode.com/svn/trunk@53 98d35234-f74b-0410-9e22-51d878bdf110
parent 40340cf3
<link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"screen,projection" }}" /> <link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" />
\ No newline at end of file \ No newline at end of file
<!--[if {{ condition|default:"IE" }}]><link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"screen,projection" }}" /><![endif]--> <!--[if {{ condition|default:"IE" }}]><link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" /><![endif]-->
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment