diff --git a/gulliver/system/class.dynaformhandler.php b/gulliver/system/class.dynaformhandler.php index 40eae1945..c09bc6d38 100755 --- a/gulliver/system/class.dynaformhandler.php +++ b/gulliver/system/class.dynaformhandler.php @@ -225,9 +225,7 @@ class dynaFormHandler unset($attributes['#text']); } if (isset($attributes['#cdata'])) { - $newnode->appendChild($this->dom->createTextNode("\n")); $newnode->appendChild($this->dom->createCDATASection($attributes['#cdata'])); - $newnode->appendChild($this->dom->createTextNode("\n")); unset($attributes['#cdata']); }