Closed (fixed)
Project:
Image Zoom
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2012 at 04:10 UTC
Updated:
18 May 2012 at 02:00 UTC
Hi, first of all, excellent work at making this module. It was just what i was looking for. I'm making a commerce and each product has many imagenes! =)
I notice that the current dev has an extra "
". It just broke my theming if i don't remove it.
I just removed line #340 "$output .= '
';" to correct this. Btw, it would be great if theming is in a .tpl file =)
great work with this module
many thanks for it.
Comments
Comment #1
FAAREIA commentedan extra div....
</div>i forgot to put code tag, that why it's empty in the first post.Comment #2
davisbenI'm not seeing the extra div. What theme are you using?
Comment #3
FAAREIA commentedI'm using my custom theme (bartik subtheme), i override almost every template from Bartik theme, views, ctools and more. I clean up eerything, drupal uses to much containers inside containers....and i'm a theme/desgin/css freak XD
Everything in html is fine, till i use this module on an image since there is an extra
</div>Comment #4
davisbenI see it now. It has been fixed and committed.