diff --git a/phpgwapi/inc/class.xmlrpcmsg.inc.php b/phpgwapi/inc/class.xmlrpcmsg.inc.php index a6dcace472..f52458c399 100644 --- a/phpgwapi/inc/class.xmlrpcmsg.inc.php +++ b/phpgwapi/inc/class.xmlrpcmsg.inc.php @@ -130,7 +130,7 @@ $hdrfnd = 0; if ($this->debug) { - echo '
---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '
'; + echo '
---GOT---' . "\n" . htmlspecialchars($data) . "\n" . '---END---' . "\n" . '
'; } if ($data == '') { @@ -206,7 +206,7 @@ xml_parser_free($parser); if ($this->debug) { - echo '
---EVALING---['
+				echo '
---EVALING---['
 					. strlen($GLOBALS['_xh'][$parser]['st']) . ' chars]---' . "\n"
 					. htmlspecialchars($GLOBALS['_xh'][$parser]['st']) . ';' . "\n" . '---END---
'; }