X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fparser%2Fxml%2Fclass_XmlParser.php;h=9374dc61259d96845b99ac183c7c0d741c13d43e;hp=dab9f3af6c74e6fef126d902d4b8ff13bd733898;hb=de56ab86d4abad02a91e6d912701333a679aeeeb;hpb=957fde994a61abfe5deb2b914c4e9d24e2f462b1 diff --git a/inc/classes/main/parser/xml/class_XmlParser.php b/inc/classes/main/parser/xml/class_XmlParser.php index dab9f3af..9374dc61 100644 --- a/inc/classes/main/parser/xml/class_XmlParser.php +++ b/inc/classes/main/parser/xml/class_XmlParser.php @@ -65,9 +65,9 @@ class XmlParser extends BaseParser implements Parseable { // Convert all to UTF8 if (empty($content)) { // No empty content! - $this->debugOuput('Empty content! Backtrace:
');
+			$this->debugOutput('Empty content! Backtrace: 
');
 			debug_print_backtrace();
-			$this->debugOuput('
'); + $this->debugOutput('
'); die(); } elseif (function_exists('recode')) { // Recode found, so use it