We recently upgraded Sitecore to the 8.1 Update 3 version. With the upgrade path, the Telerik assembly was also updated. After the upgrade, we started receiving complaints about snippet formatting being changed when accepting the change. Below is a before and after view of the content.
Does anyone have any tips on a fix or what the next step should be? Thanks!
Example Snippet Code:
<!-- mug right -->
<div class="mug right"> <img alt="" width="80" height="106" src="~/media/14B3501FFB3A422C911BD4D43F35A44D.ashx" />
<p class="name"><strong>Name</strong></p>
</div>
<!-- /mug right -->
What it looks like after accepting:
...paragraph content ends here.</p>
<p class="BodyCxSpMiddle"><!-- mug right -->
<div class="mug right"> <img alt="" width="80" height="106"
src="~/media/14B3501FFB3A422C911BD4D43F35A44D.ashx" /> </div>
</p>
<p class="name"><strong>Name</strong></p>
<p class="BodyCxSpMiddle">
<div class="mug right"> </div>
<!-- /mug right --></p>
<p>Content starts back up...