X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Ffeedtest.php;h=cffc1f34510721c2d45e6a94969c003f26c948a5;hb=0b2cdf5d264ed15274a81976e30802ba04045bab;hp=8508b93e47002089a400a9eb86d7b48d3d7bc227;hpb=7efde8e334d6ca52fd1608fb9a78babcea4bdc9f;p=friendica.git diff --git a/mod/feedtest.php b/mod/feedtest.php index 8508b93e47..cffc1f3451 100644 --- a/mod/feedtest.php +++ b/mod/feedtest.php @@ -35,7 +35,7 @@ function feedtest_content(App $a) $import_result = Feed::import($xml, $importer, $contact, $dummy, true); $result = [ - 'input' => text_highlight($xml, 'xml'), + 'input' => $xml, 'output' => var_export($import_result, true), ]; }