﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8838	Breaking Markup	Mathias Aeschlimann		"I have a markup structure set up like this:


{{{
 <a href="""">
      <div>
        <h2>
        Header</h2>
          <img alt=""""
          src="""" />
      </div>
    </a>
}}}


CKEditor breaks this valid markup and outputs:



{{{
      <div>
       <a href="""">
        <h2>
        Header</h2></a>
         <a href="""">
          <img alt=""""
          src="""" />
        </a>
      </div>
}}}

 "	Bug	closed	Normal		General	3.6.2	duplicate		
