Explorar el Código

fixed typo

Former-commit-id: 3937071b4f8e5980c6c98717e2a7da7cd84a0184
Gildas hace 6 años
padre
commit
0e6f58d662
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;