Kaynağa Gözat

fixed typo

Former-commit-id: 3937071b4f8e5980c6c98717e2a7da7cd84a0184
Gildas 6 yıl önce
ebeveyn
işleme
0e6f58d662
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;