mirror of https://github.com/aredn/aredn.git
Add missing <meta charset="utf-8"> (#1504)
This commit is contained in:
parent
2bfad694d8
commit
830bfde72e
|
@ -36,6 +36,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
{% if (!config.resourcehash) { %}
|
||||
<link href="/a/css/theme.css" rel="stylesheet">
|
||||
<link href="/a/css/user.css" rel="stylesheet">
|
||||
|
|
|
@ -42,6 +42,7 @@ if ((auth.isFirstUse || !config.authenable) && request.env.REQUEST_METHOD === "P
|
|||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link href="/a/css/theme.css" rel="stylesheet">
|
||||
<link href="/a/css/user.css" rel="stylesheet">
|
||||
<link href="/a/css/admin.css" rel="stylesheet">
|
||||
|
|
|
@ -43,6 +43,7 @@ if ((auth.isFirstUse || !config.authenable) && request.env.REQUEST_METHOD === "P
|
|||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link href="/a/css/theme.css" rel="stylesheet">
|
||||
<link href="/a/css/user.css" rel="stylesheet">
|
||||
<link href="/a/css/admin.css" rel="stylesheet">
|
||||
|
|
Loading…
Reference in New Issue