mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +01:00
parent
7825c7cb29
commit
53ef358f0b
@ -27,6 +27,11 @@ namespace Nikse.SubtitleEdit.Core.Forms.FixCommonErrors
|
||||
foreach (string musicSymbol in musicSymbols)
|
||||
{
|
||||
var ms = musicSymbol.Trim();
|
||||
if (ms.Length == 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
if (containsFontTag && ms == "#")
|
||||
{
|
||||
var idx = newText.IndexOf('#');
|
||||
|
Loading…
Reference in New Issue
Block a user