Index: /CKEditor/branches/prototype/_source/plugins/button/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/button/plugin.js	(revision 2635)
+++ /CKEditor/branches/prototype/_source/plugins/button/plugin.js	(revision 2636)
@@ -135,5 +135,5 @@
 		output.push(
 			'<a id="', id, '"' +
-				' class="cke_button ', this.className, '" href="do:', this.label, '"' +
+				' class="cke_button ', this.className, '" href="javascript:void(\'', ( this.label || '' ).replace( "'", '' ), '\')"' +
 				' title="', this.title, '"' +
 				' tabindex="-1"' +
Index: /CKEditor/branches/prototype/_source/plugins/elementspath/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/elementspath/plugin.js	(revision 2635)
+++ /CKEditor/branches/prototype/_source/plugins/elementspath/plugin.js	(revision 2636)
@@ -100,5 +100,5 @@
 							'<a' +
 								' id="', idBase, index, '"' +
-								' href="element:', name, '"' +
+								' href="javascript:void(\'', name, '\')"' +
 								' tabindex="-1"' +
 								' title="', editor.lang.elementsPath.eleTitle.replace( /%1/, name ), '"' +
