mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2025-01-31 13:01:39 +01:00
[ocr] - minor fix
This commit is contained in:
parent
26d3e02bd4
commit
4d9c12d676
@ -185,8 +185,7 @@ namespace Nikse.SubtitleEdit.Core.Dictionaries
|
||||
}
|
||||
sb.AppendLine(s);
|
||||
}
|
||||
newText = sb.ToString().TrimEnd('\r').TrimEnd('\n').TrimEnd('\r').TrimEnd('\n');
|
||||
newText = pre + newText;
|
||||
newText = pre + sb.ToString().TrimEnd('\r', '\n');
|
||||
|
||||
string post = string.Empty;
|
||||
if (newText.EndsWith("</i>", StringComparison.Ordinal))
|
||||
|
Loading…
x
Reference in New Issue
Block a user