Skip to content

Commit 119eaa5

Browse files
aanchal88AndrewKushnir
authored andcommitted
docs: add lang attribute in html files (angular#51269)
PR Close angular#51269
1 parent b7d25bb commit 119eaa5

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

modules/benchmarks/src/change_detection/transplanted_views/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/largeform/ng2/index.html

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
<body>
44
<h2>Params</h2>
55
<form>

modules/benchmarks/src/largetable/baseline/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/largetable/ng2/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/largetable/ng2_switch/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/tree/baseline/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/tree/ng2/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/tree/ng2_static/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

modules/benchmarks/src/tree/ng2_switch/index.html

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
<!-- Prevent the browser from requesting any favicon. -->
55
<link rel="icon" href="data:," />

0 commit comments

Comments
 (0)