Commit 87a52191 authored by Fabien Morin's avatar Fabien Morin

change a comment, to explain that the scribus bug will be corrected soon


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18954 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f7c3101
...@@ -1274,8 +1274,8 @@ class ScribusParser: ...@@ -1274,8 +1274,8 @@ class ScribusParser:
# actualy scribus (version 1.3.3.12svn) use some invali xml caracters # actualy scribus (version 1.3.3.12svn) use some invali xml caracters
# like the '' caracter wich is a carriage return caratere, used for # like the '' caracter wich is a carriage return caratere, used for
# example in a text frame with many lines # example in a text frame with many lines
# this problem is well knowed by scribus community and perhaps will be # this problem is well knowed by scribus community and seems to be
# correct in futur scribus version # corrected in the 1.3.4 instable scribus version
xml_string = xml_string.replace('', '\n') xml_string = xml_string.replace('', '\n')
xml_string = xml_string.replace('', '\t') xml_string = xml_string.replace('', '\t')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment