I add the HTML code below to the CKEditor source editor:
<p><a href="/link"><em>text</em></a></p>
If I switch to the visual editor and back to the HTML editor, or if I save it I get the following in the source:
<p><a href="/link"><em>text</em></em></a></p>
Doing this 5 times results the code below:
<p><a href="/link"><em>text</em></em></em></em></em></em></a></p>
<p><em><em><em><em> </em></em></em></em></em></em></em></em></em></em></p>
I have the latest CKEditor 2.1.3, and using a default DNN skin.
I don't know if this is related to this but I see the error below in the console:
jquery.js?cdv=108:8526
GET http://htmlg.com/Resources/Shared/scripts/widgets.js?_=1446547884990 404 (Not Found)