Index: /FCKeditor/trunk/editor/_source/internals/fckdomtools.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckdomtools.js	(revision 807)
+++ /FCKeditor/trunk/editor/_source/internals/fckdomtools.js	(revision 808)
@@ -245,5 +245,5 @@
 	GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements )
 	{
-		while( ( currentNode = this.GetNextSourceNode( currentNode ) ) )	// Only one "=".
+		while( ( currentNode = this.GetNextSourceNode( currentNode, true ) ) )	// Only one "=".
 		{
 			if ( currentNode.nodeType == 1 )
