diff options
| author | Claude Paroz <claude@2xlibre.net> | 2022-01-21 15:46:37 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2022-01-22 16:38:14 +0100 |
| commit | 7c4f3965098baad2396e24501e09237425a7bd6f (patch) | |
| tree | 278ceb3d95a513df3d74941eeb46b927a04224a3 /docs/_theme | |
| parent | 9dc65263d47a5b8857492c10ce151bab83cfe672 (diff) | |
Stopped including type="text/css" attributes for CSS link tags.
Diffstat (limited to 'docs/_theme')
| -rw-r--r-- | docs/_theme/djangodocs/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html index c8770173aa..487c2b4922 100644 --- a/docs/_theme/djangodocs/layout.html +++ b/docs/_theme/djangodocs/layout.html @@ -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 %} |
