Index: ezxmltext/handlers/input/ezoexmlinput.php
===================================================================
--- ezxmltext/handlers/input/ezoexmlinput.php	(revision 206)
+++ ezxmltext/handlers/input/ezoexmlinput.php	(revision 207)
@@ -1359,8 +1359,6 @@
                 $customAttributePart = self::getCustomAttrPart( $tag, $styleString );
 
                 $literalText = htmlspecialchars( $literalText );
-                $literalText = str_replace( '  ', ' &nbsp;', $literalText );
-                //$literalText = str_replace( "\n\n", '</p><p>', $literalText );
                 $literalText = str_replace( "\n", '<br />', $literalText );
 
                 if ( $className != '' )
