Removed charset attribute from CSS link-tag, because it's not allowed in HTML5.

This commit is contained in:
Philipp Wollermann
2010-12-01 18:08:05 +09:00
parent ccea0116d7
commit a25d0d4087
2 changed files with 2 additions and 2 deletions

View File

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