فهرست منبع

fixed parsing of imported templates

Gildas 6 سال پیش
والد
کامیت
70f122a159
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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);