Closed (fixed)
Project:
Node image
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Apr 2004 at 06:20 UTC
Updated:
11 May 2004 at 19:20 UTC
Fron the look of the code I dont think this was intended, but node_image_footer() gets registered as a _footer() hook. This function is seemingly to be used internally to generate the content </body></html> for popup windows. But unfortunately this content is also getting added in every drupal page when theme_closure() is called. Just take a look at the source for http://www.gworks.ca to see the invalid HTML page (with two </body></html> tags) being generated.
Comments
Comment #1
nedjoThanks for catching that, I'd wondered where those extra closing tags were coming from. I've addressed this by simply changing the node_image_footer to node_image_foot.
Comment #2
(not verified) commented