mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-28 12:39:44 +02:00
small html markup fix
https://stackoverflow.com/questions/18007771/how-do-i-fix-error-a-charset-attribute-on-a-meta-element-found-after-the-first https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</style>
|
||||
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
|
||||
<title>{% block title %}Page Title{% endblock %}</title>
|
||||
<meta name="description" content="">
|
||||
|
||||
Reference in New Issue
Block a user