Skip to content

Commit

Permalink
Always use double quotes, never single quotes, on attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
halibegic committed Mar 31, 2014
1 parent 05950fb commit 41e8dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="author" content="Hasan Alibegic">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>Merlin</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600" rel="stylesheet" type="text/css">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/animate.min.css" rel="stylesheet">
Expand Down Expand Up @@ -417,4 +417,4 @@ <h2>Getting in touch.</h2>
<script src="assets/js/twitterFetcher.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>
</html>

0 comments on commit 41e8dc5

Please sign in to comment.