Skip to content

Commit f9c667d

Browse files
committed
Specify html lang.
1 parent 39a0105 commit f9c667d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/CSSLintDemo.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>CSSLint Demo</title>

tests/testrunner.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>YUI Test</title>

0 commit comments

Comments
 (0)