|
|
@@ -424,7 +424,7 @@ class Zend_Soap_Wsdl
|
|
|
}
|
|
|
|
|
|
$doc = $this->_dom->createElement('documentation');
|
|
|
- $doc_cdata = $this->_dom->createTextNode($documentation);
|
|
|
+ $doc_cdata = $this->_dom->createTextNode(str_replace(array("\r\n", "\r"), "\n", $documentation));
|
|
|
$doc->appendChild($doc_cdata);
|
|
|
|
|
|
if($node->hasChildNodes()) {
|