Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7617)
+++ /CKEditor/trunk/CHANGES.html	(revision 7618)
@@ -58,4 +58,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/8888">#8888</a> : Fixed dialog dimension overflows small view port.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/9311">#9311</a> : Fixed vertical scroll impossible when autogrow plugin used when editor maximized.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/1961">#1961</a> : The "id" attribute will be appended to anchors alongside with the "name" attribute.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/link/dialogs/anchor.js
===================================================================
--- /CKEditor/trunk/_source/plugins/link/dialogs/anchor.js	(revision 7617)
+++ /CKEditor/trunk/_source/plugins/link/dialogs/anchor.js	(revision 7618)
@@ -29,4 +29,5 @@
 			var attributes =
 			{
+				id : name,
 				name : name,
 				'data-cke-saved-name' : name
