[Erp5-report] r20445 - /erp5/trunk/products/ERP5Form/OOoChart.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 11 13:07:46 CEST 2008


Author: thibaut
Date: Fri Apr 11 13:07:46 2008
New Revision: 20445

URL: http://svn.erp5.org?rev=20445&view=rev
Log:
Remove attribute style in order to validate the XML files according OpenDocument RNG schema

Modified:
    erp5/trunk/products/ERP5Form/OOoChart.py

Modified: erp5/trunk/products/ERP5Form/OOoChart.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/OOoChart.py?rev=20445&r1=20444&r2=20445&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/OOoChart.py (original)
+++ erp5/trunk/products/ERP5Form/OOoChart.py Fri Apr 11 13:07:46 2008
@@ -394,7 +394,7 @@
     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
 




More information about the Erp5-report mailing list