Skip to content

Commit

Permalink
Merge pull request facebook#140 from sebslomski/patch-1
Browse files Browse the repository at this point in the history
Replaced ' with " to stay consistent
  • Loading branch information
fisherwebdev committed Feb 4, 2015
2 parents b58fe77 + 9f2b733 commit 85237a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flux-chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Flux • Chat</title>
<link href='http://fonts.googleapis.com/css?family=Muli' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Muli" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/chatapp.css">
</head>
<body>
Expand Down

0 comments on commit 85237a3

Please sign in to comment.