mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 06:10:35 +00:00
258673 - save page as (complete) mangles ampersand escaped sequences... add addtl encoding flags for rich text saves
This commit is contained in:
parent
79faf43c7b
commit
105f8bdb7b
@ -282,6 +282,9 @@ function foundHeaderInfo(aSniffer, aData, aSkipPrompt)
|
||||
encodingFlags |= nsIWBP.ENCODE_FLAGS_ABSOLUTE_LINKS;
|
||||
encodingFlags |= nsIWBP.ENCODE_FLAGS_NOFRAMES_CONTENT;
|
||||
}
|
||||
else {
|
||||
encodingFlags |= nsIWBP.ENCODE_FLAGS_ENCODE_BASIC_ENTITIES;
|
||||
}
|
||||
|
||||
const kWrapColumn = 80;
|
||||
dl.init(aSniffer.uri, persistArgs.target, null, null, null, persist);
|
||||
|
Loading…
x
Reference in New Issue
Block a user