Răsfoiți Sursa

use constant

Gildas 3 ani în urmă
părinte
comite
6813e5330d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/single-file/single-file-core.js

+ 1 - 1
src/single-file/single-file-core.js

@@ -2187,7 +2187,7 @@ function getCSSValue(value) {
 	return result;
 }
 
-function matchCharsetEquals(stylesheetContent, charset = "utf-8") {
+function matchCharsetEquals(stylesheetContent, charset = UTF8_CHARSET) {
 	const stylesheetCharset = getCharset(stylesheetContent);
 	if (stylesheetCharset) {
 		return stylesheetCharset == charset.toLowerCase();