Commit 4230ad3b by andreas.pelme

made it possible to use the title attribute on stylesheets via extra_context

git-svn-id: https://django-compress.googlecode.com/svn/trunk@78 98d35234-f74b-0410-9e22-51d878bdf110
parent e82f0948
<link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" /> <link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" title="{{ title|default:"all" }}" charset="utf-8" />
\ No newline at end of file
<!--[if {{ condition|default:"IE" }}]><link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" /><![endif]--> <!--[if {{ condition|default:"IE" }}]><link href="{{ url }}" rel="stylesheet" type="text/css" media="{{ media|default:"all" }}" title="{{ title|default:"all" }}" charset="utf-8" /><![endif]-->
\ No newline at end of file \ No newline at end of file
<script type="text/javascript" src="{{ url }}"></script> <script type="text/javascript" src="{{ url }}" charset="utf-8"></script>
\ No newline at end of file \ No newline at end of file
<!--[if {{ condition|default:"IE" }}]><script type="text/javascript" src="{{ url }}"></script><![endif]--> <!--[if {{ condition|default:"IE" }}]><script type="text/javascript" src="{{ url }}" charset="utf-8"></script><![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