Stopped including type="text/css" attributes for CSS link tags.

This commit is contained in:
Claude Paroz 2022-01-21 15:46:37 +01:00
parent 9dc65263d4
commit 7c4f396509
19 changed files with 105 additions and 97 deletions

View file

@ -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 %}