Index: /CKEditor/branches/prototype/_source/core/htmlparser.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/htmlparser.js	(revision 2917)
+++ /CKEditor/branches/prototype/_source/core/htmlparser.js	(revision 2918)
@@ -28,5 +28,5 @@
 {
 	( this._ || ( this._ = {} ) ).htmlPartsRegex =
-		new RegExp('<(?:(?:\\/([^>]+)>)|(?:!--(.*?)-->)|(?:([^\\s>]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g');
+		new RegExp('<(?:(?:\\/([^>]+)>)|(?:!--([\\S|\\s]*?)-->)|(?:([^\\s>]+)\\s*((?:(?:[^"\'>]+)|(?:"[^"]*")|(?:\'[^\']*\'))*)\\/?>))', 'g');
 };
 
