Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

Insert newline between base64 value and next multipart separator #17

Open
niklasl opened this issue Feb 21, 2011 · 0 comments
Open

Insert newline between base64 value and next multipart separator #17

niklasl opened this issue Feb 21, 2011 · 0 comments

Comments

@niklasl
Copy link

niklasl commented Feb 21, 2011

In my tests with IE7 on Win XP, a newline is needed between a base64 value and the following next multipart separator. The simplest fix seems to be to change Line 235 in CSSURLEmbedder to (234-235 shown):

                        //create MHTML header entry
                        mhtmlHeader.append("\n--");

(N.B. I haven't tested this code change, my local "fix" just rewrites the output to basically the same effect.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant