Gildas 6 سال پیش
والد
کامیت
3937071b4f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      extension/core/content/content-download.js

+ 1 - 1
extension/core/content/content-download.js

@@ -48,7 +48,7 @@ this.singlefile.extension.core.content.download = this.singlefile.extension.core
 					extractAuthCode: options.extractAuthCode,
 					filenameReplacementCharacter: options.filenameReplacementCharacter,
 					openEditor: options.openEditor,
-					compressHTML: options.compressHTMLEdit,
+					compressHTML: options.compressHTML,
 					backgroundSave: options.backgroundSave
 				};
 				message.truncated = pageData.content.length > MAX_CONTENT_SIZE;