Skip to content

Commit

Permalink
refact(index.html): remove self closing slash for link tag.
Browse files Browse the repository at this point in the history
You don't need it when doctype is HTML5 and also the others above already
don't have one.

Closes angular#232
  • Loading branch information
Fatih Kadir Akın authored and petebacondarwin committed Oct 3, 2014
1 parent fd43437 commit 6ca94d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
<link rel="stylesheet" href="app.css"/>
<link rel="stylesheet" href="app.css">
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit 6ca94d4

Please sign in to comment.