﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2563	HTML Entities in a link text: &amp;lang=de => &#9001;=de	dos@…		"The editor does not correctly handle strings like {{{&amp;lang=de}}}. This string will be converted into {{{&#9001;=de}}} during loading.

Maybe the editor converts {{{&amp;}}} to simple {{{&}}}, resulting {{{&lang=de}}}, and then the editor will handle this as as an entity like {{{&lang;=de}}} and then converts it into an UTF8 code {{{&#9001;}}}.

I found it while i tried to save a link with url params in the text. In the href section it is handled correctly, but not in text section of an A-Tag:
{{{<a href=""domain.com?param=1&amp;lang=de"">domain.com?param=1&#9001=de</a>}}}

I think the editor does not correctly check, if this is really a HTML-Entity, cause really entities have a trailing "";"".

An update did not resolve this bug."	Bug	closed	Normal		General		expired	Pending	
