outputhtml : do not convert the html entities automatically

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4750 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-11-22 12:19:38 +00:00
parent 38efa5468a
commit 136d037640

View File

@@ -141,7 +141,7 @@ EOT;
$file->setAttribute ($val, "$src?$srcHash");
}
}
echo $dom->saveHTML();
echo html_entity_decode ($dom->saveHTML());
if (!defined ("PHPUNIT"))
exit;
}