Explorar o código

formatted code

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
fc8bc081bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/single-file/single-file-core.js

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

@@ -454,7 +454,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 			this.doc.querySelectorAll("meta[charset], meta[http-equiv=\"content-type\"]").forEach(element => {
 				const charSetDeclaration = element.content.split(";")[1];
 				if (charSetDeclaration) {
-					const charSet = charSetDeclaration.split("=")[1]
+					const charSet = charSetDeclaration.split("=")[1];
 					if (charSet) {
 						this.charSet = charSet.trim().toLowerCase();
 					}