﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
318	Multiple linked images are getting merged in a single link	mprittie@…	Alfonso Martínez de Lizarrondo	"If two or more images are placed side by side, with nothing in between, and seperate links placed on each image, all images are placed within a single anchor tag.

Example:

HTML desired:
{{{
<a href=""image1_url""><img src=""image1_path"" /></a>
<a href=""image2_url""><img src=""image2_path"" /></a>
}}}

HTML generated:
{{{
<a href=""image2_url""><img src=""image1_path"" /><img src=""image2_path"" /></a>
}}}
----
Moved from SF:[[BR]]
https://sourceforge.net/tracker/index.php?func=detail&aid=1351651&group_id=75348&atid=543653

"	Bug	closed	Normal	FCKeditor 2.4.3	General	FCKeditor 2.4.1	fixed	SF IE Confirmed	mprittie@… caixiaopig@… ajstovold@… fredck@…
