Needs review
Project:
ImageField Assist
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2011 at 19:34 UTC
Updated:
31 Oct 2011 at 19:34 UTC
Similar to #900948: Wrong path to drupalimage.gif in img_assist.css, the path to drupalimage.gif in imagefield_assist is wrong.
background-image: url('images/drupalimage.gif');
Should be:
background-image: url('../images/drupalimage.gif');