1
0
Эх сурвалжийг харах

fixed parsing of imported templates

Gildas 6 жил өмнө
parent
commit
70f122a159

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

@@ -942,6 +942,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
 				options.insertFaviconLink = false;
 				options.doc = null;
 				options.win = null;
+				options.content = null;
 				options.url = resourceURL;
 				if (!Util.testIgnoredPath(resourceURL) && Util.testValidPath(resourceURL)) {
 					const processor = new Runner(options);