Browse Source

fixed typo

Gildas 6 năm trước cách đây
mục cha
commit
3937071b4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;