Skip to content

Commit

Permalink
Use double quotes for HTML attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Mar 21, 2014
1 parent c526749 commit b3928a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<title>Powerange - iOS 7 style range slider</title>
<link rel="stylesheet" href="http://abpetkov.github.io/powerange/stylesheets/demo.css" />
<link rel="stylesheet" href="../dist/powerange.css" />
<link href='http://fonts.googleapis.com/css?family=Maven+Pro:400' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css' />
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css' />
<link href="http://fonts.googleapis.com/css?family=Maven+Pro:400" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css" />

<!--[if lt IE 9]>
<script src="http://abpetkov.github.io/powerange/html5.js"></script>
Expand Down

0 comments on commit b3928a2

Please sign in to comment.