image tag damaged
-
The plugin is damaging some `<a><img src=…></a> tags. The JavaScript is inserted into the src attribute of the <img> tag.
Here’s what the image tag looks like with the plugin activated:
<a href="http://www.cgbgroup.com/" target="_blank"> <img src=" onclick=" _gaq.push(['_trackevent',="" 'outbound-widget',="" 'http:="" www.cgbgroup.com="" "="" target=""_blank">\n<img" ']);"="" wp-content="" uploads="" 2012="" 06="" cgb.jpg"="" width="280" height="172" alt="cg$amp;b"></a>Here’s the same image tag with the plugin off
<a href="http://www.cgbgroup.com/" target="_blank"> <img src="/wp-content/uploads/2012/06/cgb.jpg" width="280" height="172" alt="cg$amp;b"></a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘image tag damaged’ is closed to new replies.