Add missing <meta charset="utf-8"> (#1504)

This commit is contained in:
Tim Wilkinson 2024-09-13 21:16:27 -07:00 committed by GitHub
parent 2bfad694d8
commit 830bfde72e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">