Skip to content

Commit c1a404d

Browse files
committed
Remove BOM and add meta-charset.
1 parent eb3d2c8 commit c1a404d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css3-animations/Overview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<html lang=en>
55
<head>
66
<title>CSS Animations</title>
7+
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
78
<link href="../default.css" rel=stylesheet type="text/css">
89
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
910
type="text/css">

css3-animations/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
1+
<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
55
<head>
66
<title>CSS Animations</title>
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
78
<link rel="stylesheet" type="text/css" href="../default.css">
89
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
910
</head>

0 commit comments

Comments
 (0)