Friday 25 June 2004 5:26:50 am
Hi, If you comment line 367 in ezdhtml/ezxmltext/handlers/input/ezdhtmlxmlinput.php like following:
// $domString = preg_replace( "#<paragraph> </paragraph>#", "<paragraph />", $domString );
and uncomment line 370 in the same file:
$domString = preg_replace( "#<paragraph> </paragraph>#", "<paragraph />", $domString );
then you should get multiple empty paragraphs ( use enter not shift-enter since it will only create one single line break)
Best regards, wenyue
|