diff --git a/product/ERP5Form/OOoChart.py b/product/ERP5Form/OOoChart.py index 799a64595d1659da14c143ae18dea09011016e66..1679d2f4939d10a63ec70fcf9abde6115c26cb47 100644 --- a/product/ERP5Form/OOoChart.py +++ b/product/ERP5Form/OOoChart.py @@ -394,7 +394,7 @@ class OOoChartWidget(Widget.Widget): here = getattr(form, 'aq_parent', REQUEST) extra_context = self.getArgumentDict(field, here.REQUEST) content = ''' - <office:include style="inline-graphic" path="%s/ERP5Site_buildChart" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/> + <office:include path="%s/ERP5Site_buildChart" xlink:type="simple" xlink:actuate="onLoad" xlink:show="embed"/> ''' % here.getPath() return content