Skip to content

Commit 51bd8d8

Browse files
passybtford
authored andcommitted
fix(app): tag closing inconsistency (ref yeoman#177)
1 parent a1149ea commit 51bd8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/common/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
55
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
66
<head>
7-
<meta charset="utf-8"/>
8-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
99
<title></title>
1010
<meta name="description" content="">
1111
<meta name="viewport" content="width=device-width">

0 commit comments

Comments
 (0)