mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Stopped including type="text/css" attributes for CSS link tags.
This commit is contained in:
parent
9dc65263d4
commit
7c4f396509
19 changed files with 105 additions and 97 deletions
2
docs/_theme/djangodocs/layout.html
vendored
2
docs/_theme/djangodocs/layout.html
vendored
|
@ -72,7 +72,7 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
{%- if include_console_assets -%}
|
||||
<link rel="stylesheet" href="{{ pathto('_static/console-tabs.css', 1) }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ pathto('_static/console-tabs.css', 1) }}">
|
||||
{%- endif -%}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue