A new problem showed up with the latest version of G2 Image Chooser.
Every time i add a image via G2IC the plugin adds an unwanted tag <br />.
I'll post an example, so its better to understand whats happening when you use G2 Image Chooser embeded in Joomla / JCE.
This is who it looks right now (and this shouldn't happen)
<a href="http://www.mydomain.de/index.php?option=com_gallery2&Itemid=26&g2_itemId=273533&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img src="http://www.mydomain.de/sources/gallery/main.php?g2_view=core.DownloadItem&g2_itemId=273534&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="070504s0000" title="070504s0000" height="113" width="150" /> <br />
</a>
Also when you manually edit the html code, it first start to add the next characters before the </a> tag.
And this is how it should look
<a href="http://www.n8scout.de/index.php?option=com_gallery2&Itemid=26&g2_itemId=273533&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img src="http://www.n8scout.de/sources/gallery/main.php?g2_view=core.DownloadItem&g2_itemId=273534&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="070504s0000" title="070504s0000" height="113" width="150" /></a>
Any idea what goes wrong?
rgds,
ty2d
Posts: 103
Right now i saw, that this doesn't happen with Version 3.0.1
rgds,
ty2d