Closed (fixed)
Project:
Mailhandler
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2010 at 02:44 UTC
Updated:
18 Jun 2010 at 01:20 UTC
The mailhandler module is adding it's CSS to every single page in hook_init. It should be more conditional. Additionally, the CSS contains a definition for div.email which is way to broad and is very likely to collide with other modules or themes.
Comments
Comment #1
danepowell commentedI can't find anywhere in the module where div.email is even rendered... if that's the case, what's the need for the CSS file? Checking CVS, it looks like maybe this is a relic from an older branch?
Comment #2
Ian Ward commentedThanks koshea for the report and Dane for the review. I removed the CSS inclusion and deleted the CSS file. Committed.