• Resolved tsany

    (@tsany)


    @class-image.php
    $s.='<img src="'.$val['img_url'].'" alt="'.$val['img_alt'].'">"'; line 44

    would make the code generated as <img src …… >” will display "on the right side of the image

    Change it to

    $s.='<img src="'.$val['img_url'].'" alt="'.$val['img_alt'].'">';
    remove the last " and the bug will dissapear.

    sorry for using caps on the title.. because i spent hours just to find the source lol

Viewing 1 replies (of 1 total)
  • Plugin Author XYDAC

    (@deepakseth)

    Done…Thank buddy,I was in kind of hurry when i created some field types so if you find any thing as such i would be much thankful for notifying me..:)

    Made the update in 1.6.2:)

    Regards,
    -Xydac

Viewing 1 replies (of 1 total)
  • The topic ‘A REALLY REALLY ANNOYING BUG in Image Custom Field’ is closed to new replies.