﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2544	&amp; links converting to &amp;amp;	ckool		"Creating a link as follows:
www.aaa.com?var=1&var=2&var=3 generates the next source code:
<a href=""http://www.aaa.com?var=1&amp;var=2&amp;var=3"">

The problem happens when you put ""&amp;"" instead ""&"" in the links, (www.aaa.com?var=1&amp;var=2&amp;var=3) then the source code is as follows:
<a href=""http://www.aaa.com?var=1&amp;amp;var=2&amp;amp;var=3"">

it doesn't checks if the &amp; is already writed therefore it replace '&' per '&amp;' resulting '&amp;amp;'

this happens in IE6 and FF3 (didn't try other browsers)"	Bug	closed	Normal		Project : MediaWiki+FCKeditor	SVN (FCKeditor) - Retired	invalid		
