Skip to content

Commit

Permalink
fix(components-angular): issue reported by sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Jan 26, 2024
1 parent 19549d0 commit d79f4c4
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Components App</title>
</head>
<body>
<div data-cy-root></div>
</body>
</html>
</html>

0 comments on commit d79f4c4

Please sign in to comment.