This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Commit 90ba9db
authored
fix: changed 'utf8' to 'utf-8' for the injected script charset
Bugfix to helpers.js which specified 'utf8' rather than 'utf-8' for the script element charset.
As an aside this attribute is deprecated on script tags. It is inherited automatically as utf-8 from the document. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes1 parent d92b97d commit 90ba9db
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
0 commit comments