Skip to content

Commit ea30d8e

Browse files
committed
Following input from chilicat, for now removed UTF-8 meta tag
1 parent d0511c7 commit ea30d8e

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

Scalatron/webui/admin.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
54
<link rel="stylesheet" type="text/css" href="/format.css">
65
<title>Scalatron Administration</title>
76
</head>

Scalatron/webui/error.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
54
<link rel="stylesheet" type="text/css" href="/format.css">
65
<title>Scalatron Is Sorry</title>
76
</head>

Scalatron/webui/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html>
22
<head>
3-
<meta charset="UTF-8">
43
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
54

65
<title>Welcome to Scalatron</title>

Scalatron/webui/loginprompt.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
54
<link rel="stylesheet" type="text/css" href="/format.css">
65
<title>Welcome $UserName$</title>
76
</head>

Scalatron/webui/setpassword.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
54
<link rel="stylesheet" type="text/css" href="/format.css">
65
<title>Scalatron Administration</title>
76
</head>

Scalatron/webui/webclient.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<html>
22
<head>
3-
4-
<!--<meta charset="UTF-8">-->
53
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
64

75
<title>Scalatron Development Environment: $BotName$</title>

0 commit comments

Comments
 (0)