Skip to content

Commit

Permalink
fix encoding problem
Browse files Browse the repository at this point in the history
add meta: charset in head
  • Loading branch information
leohearts committed Jul 23, 2021
1 parent 261c80a commit 84e3c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions watchbird-source.php
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ function show()
print(<<<HTML_CODE
<html>
<head>
<meta charset="UTF-8">
<title>Watchbird控制台</title>
<link rel="shortcut icon" href="?watchbird=resource&resource=logo">
<link rel="stylesheet" href="?watchbird=resource&resource=css">
Expand Down Expand Up @@ -1568,6 +1569,7 @@ function login()
echo(<<<HTML_CODE
<html>
<head>
<meta charset="UTF-8">
<title>Login - Watchbird</title>
<link rel="stylesheet" href="?watchbird=resource&resource=css">
<script src="?watchbird=resource&resource=js"></script>
Expand Down

0 comments on commit 84e3c69

Please sign in to comment.