diff --git a/report_py3o/README.rst b/report_py3o/README.rst
index d29fcdef4..192965f5f 100644
--- a/report_py3o/README.rst
+++ b/report_py3o/README.rst
@@ -239,6 +239,7 @@ Contributors
* Florent Aide (`XCG Consulting `_)
* Laurent Mignon ,
* Alexis de Lattre ,
+* Guewen Baconnier
Maintainer
diff --git a/report_py3o/models/py3o_report.py b/report_py3o/models/py3o_report.py
index 3681a1a7e..79c9ffccf 100644
--- a/report_py3o/models/py3o_report.py
+++ b/report_py3o/models/py3o_report.py
@@ -266,6 +266,7 @@ class Py3oReport(models.TransientModel):
"targetformat": filetype,
"datadict": json.dumps(datadict),
"image_mapping": "{}",
+ "escape_false": "on",
}
if report_xml.py3o_is_local_fusion:
fields['skipfusion'] = '1'