Index: /CKEditor/tests/tt/4651/1.html
===================================================================
--- /CKEditor/tests/tt/4651/1.html	(revision 4495)
+++ /CKEditor/tests/tt/4651/1.html	(revision 4496)
@@ -3,5 +3,5 @@
 <head>
 	<title>Ticket #4651</title>
-	<meta name="tags" content="editor,unit,all">
+	<meta name="tags" content="editor,unit,stable">
 	<script type="text/javascript" src="../../cktester/cell.js"></script>
 	<script type="text/javascript">
Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 4495)
+++ /CKEditor/trunk/CHANGES.html	(revision 4496)
@@ -63,4 +63,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/4577">#4577</a> : Fixed relative link url is broken after opening 'Link' dialog.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4597">#4597</a> : Fixed custom style with same attribute name but different attribute value doesn't work.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4651">#4651</a> : Fixed 'Deleted' and 'Inserted' text style is not rendering in wysiwyg mode and is wrong is source mode.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/core/dtd.js
===================================================================
--- /CKEditor/trunk/_source/core/dtd.js	(revision 4495)
+++ /CKEditor/trunk/_source/core/dtd.js	(revision 4496)
@@ -145,5 +145,5 @@
         select : {optgroup:1,option:1},
         font : L,
-        ins : P,
+        ins : L,
         menu : Q,
         abbr : L,
@@ -180,5 +180,5 @@
         applet : O,
         dl : {dt:1,dd:1},
-        del : P,
+        del : L,
         isindex : {},
         fieldset : X({legend:1},K),
