﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12820	Empty elements not processed correctly when elements closed in the opening tag.	Franck Valentin		"If I add in a document the following content (in the source mode):

{{{
<mytag id=""1""></mytag>
<mytag id=""2""></mytag>
<mytag id=""3""></mytag>
}}}

then everything works correctly when displaying it and going back to the source mode.
But when I enter the following content:

{{{
<mytag id=""1""/>
<mytag id=""2""/>
<mytag id=""3""/>
}}}
then when  displaying it and going back to the source mode I get

{{{
<mytag id=""1""> <mytag id=""2""> <mytag id=""3""></mytag></mytag></mytag>
}}}


These tags are now embedded!

Here is a jsfiddle: http://jsfiddle.net/franckv/243fqtdr/


 "	Bug	closed	Normal		General		invalid		
