diff options
-rw-r--r-- | plugins/NewStory/src/history_control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_control.cpp b/plugins/NewStory/src/history_control.cpp index 7ca13da59b..5129c3f6c8 100644 --- a/plugins/NewStory/src/history_control.cpp +++ b/plugins/NewStory/src/history_control.cpp @@ -555,7 +555,7 @@ CMStringW NewstoryListData::GatherSelected(bool bTextOnly) RemoveBbcodes(wszText);
ret.Append(wszText);
- ret.Append(L"\r\n");
+ ret.Append(L"\r\n\r\n");
}
return ret;
|