Commit 9e061431 authored by GoshaZotov's avatar GoshaZotov

'\n' -> '\r\n'

parent 1b1ee5f3
...@@ -2120,7 +2120,7 @@ ParaRun.prototype.GetSelectedText = function(bAll, bClearText, oPr) ...@@ -2120,7 +2120,7 @@ ParaRun.prototype.GetSelectedText = function(bAll, bClearText, oPr)
{ {
if (oPr && true === oPr.NewLineParagraph) if (oPr && true === oPr.NewLineParagraph)
{ {
Str += '\n'; Str += '\r\n';
} }
break; break;
......
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