mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 13:04:38 +03:00
carriage return escaped
This commit is contained in:
parent
d3c9661579
commit
264c0921f3
@ -252,6 +252,7 @@ QString ContentItemDesignIntf::escapeSimbols(const QString &value)
|
|||||||
{
|
{
|
||||||
QString result = value;
|
QString result = value;
|
||||||
result.replace("\"","\\\"");
|
result.replace("\"","\\\"");
|
||||||
|
result.replace('\n',"\\n");
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user