Parcourir la source

fixed parsing of imported templates

Gildas il y a 6 ans
Parent
commit
70f122a159
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lib/single-file/single-file-core.js

+ 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);