Closed (fixed)
Project:
Simplenews Template
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Nov 2008 at 22:15 UTC
Updated:
12 Feb 2009 at 12:40 UTC
When I enable this module "-->" is always inserted above the header of a newsletter. It doesn't matter if I actually place anything in the header. This string can be seen in MS Outlook 2007. It cannot be seen in Outlook Express or Horde Webmailer, but when I save the message to file from Outlook Express and look at it with an ASCII-Editor I can see the following:
...
Content-Transfer-Encoding: 8bit
Drupal newsletter: Title -->
Body
...
This was tested with a clean install with only Simplenews and Simplenews template enabled.
Hope this helps ...
KInd regards,
Frank
Comments
Comment #1
spade commentedI have inserted ":-) " in front of the closing comment in line 60 of the module and sure enough it was displayed in front of the arrow as: ":-) -->"
From what I understand of PHP this looks like a wired bug. Good luck ...
Kind regards,
frank
Comment #2
spade commentedWell, I removed the HTML comment tag inside the style tag, which took care of it for me.
Hope this helps,
frank
Comment #3
TBarregren commentedI've removed
<!-- ... -->in the upcoming version 5.x-1.3. See commit #167742.