From 641876189c4c7f3b9d2c06e121e927fde512872a Mon Sep 17 00:00:00 2001 From: Thibaut Deheunynck <thibaut@nexedi.com> Date: Fri, 11 Apr 2008 11:07:46 +0000 Subject: [PATCH] Remove attribute style in order to validate the XML files according OpenDocument RNG schema git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20445 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/OOoChart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Form/OOoChart.py b/product/ERP5Form/OOoChart.py index 799a64595d..1679d2f493 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 -- 2.30.9