Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de777af

Browse files
ptu14thePunderWoman
authored andcommittedFeb 1, 2024
refactor: standardize doctype declaration to <!DOCTYPE html> (angular#51052)
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>` PR Close angular#51052
1 parent 7b2b0f4 commit de777af

File tree

173 files changed

+177
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+177
-177
lines changed
 

‎adev/src/content/examples/angular-compiler-options/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">

‎adev/src/content/examples/attribute-binding/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">

0 commit comments

Comments
 (0)
Please sign in to comment.