mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Minor auto br fix
This commit is contained in:
parent
20a8e0497e
commit
35b845e510
@ -505,7 +505,7 @@ namespace Nikse.SubtitleEdit.Core
|
||||
}
|
||||
else
|
||||
{
|
||||
if (arr0.StartsWith('-') && noTagLines[1].TrimStart().StartsWith('-') && arr0.Length > 1 && (".?!)]♪؟".Contains(arr0[arr0.Length - 1]) || arr0.EndsWith("--", StringComparison.Ordinal) || arr0.EndsWith('–')))
|
||||
if (arr0.StartsWith('-') && noTagLines[1].TrimStart().StartsWith('-') && arr0.Length > 1 && (".?!)]♪؟".Contains(arr0[arr0.Length - 1]) || arr0.EndsWith("--", StringComparison.Ordinal) || arr0.EndsWith('–') || arr0 == "- _" || arr0 == "-_"))
|
||||
{
|
||||
return text;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user