Removed charset attribute from CSS link-tag, because it's not allowed in HTML5.
This commit is contained in:
@@ -1 +1 @@
|
||||
<link rel="stylesheet" href="{{ url }}" type="text/css" {% if media %}media="{{ media }}" {% endif %}charset="utf-8" />
|
||||
<link rel="stylesheet" href="{{ url }}" type="text/css" {% if media %}media="{{ media }}" {% endif %}>
|
||||
|
||||
Reference in New Issue
Block a user