outpuhtml : revert #4750

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5077 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-03-03 10:15:03 +00:00
parent ae306d19ba
commit a46665a91c

View File

@@ -166,7 +166,10 @@ EOT;
$file->setAttribute ($val, "$src?$srcHash");
}
}
echo html_entity_decode ($dom->saveHTML());
// Bug with html_entity_decode if double quotes in form text
// Bug with html_entity_decode in connaissances if <IfModule mpm_itk_module>
//echo html_entity_decode ($dom->saveHTML());
echo $dom->saveHTML();
if (!defined ("PHPUNIT"))
exit;
}