Posted by Steve on 11/03/05 00:20
> funky...anywhere within its html source that there was an = sign, the first
> two characters that should follow it are simply GONE! ex. <img src=id:logo">
> is what is shown where it *should* be <img src="cid:logo"> . again,
> everything is fine when i echo to the browser.
I suspect that somewhere in your processing pipeline an extra header
has crept in specifying that the Content-Transfer-Encoding type should
be 'quoted-printable'. See <http://www.ietf.org/rfc/rfc2045.txt> for
the definition, but not an explanation of how this occurred. Perhaps if
you specified your own encoding it would override whatever is
interfering later.
---
Steve
[Back to original message]
|