#2544: & links converting to &
---------------------+------------------------------------------------------
Reporter: ckool | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone:
Component: General | Version:
Keywords: |
---------------------+------------------------------------------------------
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&var=2&var=3">
The problem happens when you put "&" instead "&" in the links,
(www.aaa.com?var=1&var=2&var=3) then the source code is as
follows:
<a href="http://www.aaa.com?var=1&amp;var=2&amp;var=3">
it doesn't checks if the & is already writed therefore it replace '&'
per '&' resulting '&amp;'
this happens in IE6 and FF3 (didn't try other browsers)
--
Ticket URL: <http://dev.fckeditor.net/ticket/2544>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac