[Erp5-report] r18954 - /erp5/trunk/products/ERP5Form/ScribusUtils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 31 17:47:21 CET 2008


Author: fabien
Date: Thu Jan 31 17:47:21 2008
New Revision: 18954

URL: http://svn.erp5.org?rev=18954&view=rev
Log:
change a comment, to explain that the scribus bug will be corrected soon

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

Modified: erp5/trunk/products/ERP5Form/ScribusUtils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ScribusUtils.py?rev=18954&r1=18953&r2=18954&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ScribusUtils.py (original)
+++ erp5/trunk/products/ERP5Form/ScribusUtils.py Thu Jan 31 17:47:21 2008
@@ -1274,8 +1274,8 @@
     # actualy scribus (version 1.3.3.12svn) use some invali xml caracters
     # like the '' caracter wich is a carriage return caratere, used for
     # example in a text frame with many lines
-    # this problem is well knowed by scribus community and perhaps will be
-    # correct in futur scribus version
+    # this problem is well knowed by scribus community and seems to be
+    # corrected in the 1.3.4 instable scribus version
     xml_string = xml_string.replace('', '\n')
     xml_string = xml_string.replace('', '\t')
 




More information about the Erp5-report mailing list