Skip to content

Commit

Permalink
Set charset to utf8 via meta tag
Browse files Browse the repository at this point in the history
due to d3/d3#1195
  • Loading branch information
JanekB committed Apr 9, 2014
1 parent 636c5ff commit 7ca0f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/funnel/index.html
Expand Up @@ -2,6 +2,7 @@
<html>

<head>
<meta charset="utf-8">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.0.0/backbone.js"></script>
Expand Down

0 comments on commit 7ca0f86

Please sign in to comment.