From 136d0376404f274d593005ccadb5f56a93a29246 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 22 Nov 2018 12:19:38 +0000 Subject: [PATCH] outputhtml : do not convert the html entities automatically git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4750 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- outputhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputhtml.php b/outputhtml.php index 9ff078f..6a7ddef 100644 --- a/outputhtml.php +++ b/outputhtml.php @@ -141,7 +141,7 @@ EOT; $file->setAttribute ($val, "$src?$srcHash"); } } - echo $dom->saveHTML(); + echo html_entity_decode ($dom->saveHTML()); if (!defined ("PHPUNIT")) exit; }