From a46665a91c338b285541a0c74fba0b4a9d1fc01e Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sun, 3 Mar 2019 10:15:03 +0000 Subject: [PATCH] outpuhtml : revert #4750 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5077 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- outputhtml.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/outputhtml.php b/outputhtml.php index 79b5f83..d9c9af3 100644 --- a/outputhtml.php +++ b/outputhtml.php @@ -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 + //echo html_entity_decode ($dom->saveHTML()); + echo $dom->saveHTML(); if (!defined ("PHPUNIT")) exit; }