From: SourceForge.net <no...@so...> - 2008-01-02 20:32:09
|
/mod/mailinglists item #1415526, was opened at 2006-01-26 10:33 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1415526&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Skypanther Studios (skypanther) Assigned to: Greg Meiste (blindman1344) Summary: "3D" being added to HTML emails Initial Comment: The characters 3D are being added to my document wherever there's an equals sign followed double quote. For example, where I enter the following into my saved email template: <img src="http://site.com/images/myimage.gif" /> What shows up in the sent email is: <img src=3D"http://site.com/images/myimage.gif" /> HTML class assignments, links, etc. are similarly affected. For the most part, my email client seems to handle this gracefully. But, some images won't load and some CSS styles are not being applied. The URL entity for = is %3D. Could that somehow be coming into play? I don't see any references to the htmlentities() php function in mailinglists.php. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2008-01-02 14:32 Message: Logged In: YES user_id=780595 Originator: NO You are correct, htmlentities is not called, so I'm not sure why you are seeing the 3D in your emails. You are the only one reporting this issue, so it may be a setup issue. With that said, the upcoming 1.0.0 version will be decoding the emails before sending, so I encourage you to give that version a try when released. Greg ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1415526&group_id=81360 |