From 9afe18e73440172fb14eb649409823fc3f0d0e3b Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Thu, 21 Mar 2002 14:19:48 +0000 Subject: [PATCH] set flag for not doing any link fixup (bug 122227, r=adamlock, sr=kin, a=Asa) --- editor/ui/composer/content/ComposerCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/ui/composer/content/ComposerCommands.js b/editor/ui/composer/content/ComposerCommands.js index 0d5dc98c626..5f04c76411e 100644 --- a/editor/ui/composer/content/ComposerCommands.js +++ b/editor/ui/composer/content/ComposerCommands.js @@ -740,7 +740,7 @@ function OutputFileWithPersistAPI(editorDoc, aDestinationLocation, aRelatedFiles persistObj.persistFlags = persistObj.persistFlags | webPersist.PERSIST_FLAGS_NO_BASE_TAG_MODIFICATIONS | webPersist.PERSIST_FLAGS_REPLACE_EXISTING_FILES - | webPersist.PERSIST_FLAGS_FIXUP_LINKS_TO_DESTINATION + | webPersist.PERSIST_FLAGS_DONT_FIXUP_LINKS | webPersist.PERSIST_FLAGS_FIXUP_ORIGINAL_DOM; persistObj.saveDocument(editorDoc, aDestinationLocation, aRelatedFilesParentDir, aMimeType, outputFlags, wrapColumn);