Index: /CKEditor/trunk/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5942)
+++ /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5943)
@@ -1084,5 +1084,5 @@
 	}
 
-	function getElement( style, targetDocument, block )
+	function getElement( style, targetDocument, element )
 	{
 		var el;
@@ -1100,6 +1100,6 @@
 		
 		// #6226: attributes should be copied before the new ones are applied
-		if ( block )
-			block.copyAttributes( el );
+		if ( element )
+			element.copyAttributes( el );
 
 		return setupElement( el, style );
