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;
}