Closed (fixed)
Project:
Forward
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2007 at 16:34 UTC
Updated:
1 Feb 2012 at 21:24 UTC
If "Header Image for Email:" is left blank in admin/settings/forward, an image is still generated in the HTML email, just with a blank 'src' field. For example, you might get the following HTML, containing the bogus <img src="" ...>
<div id="header"><a href="http://example.com/"><img src="" border="0" alt="SiteName"></a></div>
The attached patch fixes this by suppressing the header image in the HTML email if it is blank.
This should also handle the feature request at http://drupal.org/node/51658 to allow images to be toggled off (simply leave blank).
Best wishes, Mark.
| Comment | File | Size | Author |
|---|---|---|---|
| forward.theme.header_img.patch | 1.31 KB | plumbley |
Comments
Comment #1
plumbley commented(Update status.)
Comment #2
john.oltman commentedFixed in versions 6.x and 7.x.