Closed (fixed)
Project:
PNG Behave!
Version:
7.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
28 May 2011 at 12:17 UTC
Updated:
8 Mar 2012 at 07:50 UTC
Jump to comment: Most recent file
I installed and configured pngbehave as the procedure says, but looking at the html code of the generated page I couldn't see the drupal_add_html_head() content, i.e. no markup in the and no png transparency.
Digging into Drupal APIs (http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...), I accordingly changed the code and it now works flawlessly with PHP 5.2.17. See the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add_html_head_fix2.patch | 1.57 KB | hermes14 |
| add_html_head_fix.patch | 1.67 KB | hermes14 |
Comments
Comment #1
hermes14 commentedI purged the patch in the previous post from the error_reporting code... The rest is unchanged.
Comment #2
mrjeeves commentedThank you, commited to new 7.x-1.9 tag for a quick release.
Comment #3
mrjeeves commentedas far as i can see, this is now resolved.