Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 7811504

Browse files
committed
Set the encoding to utf8 otherwise opal source won’t get correctly parsed
1 parent 4f5ea84 commit 7811504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/index.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<meta charset="UTF-8" />
45
</head>
56
<body>
67
<%= javascript_include_tag 'vendor/es5-shim.min' %>

0 commit comments

Comments
 (0)