Fix extra space after </font> in EBU - thx Stefan :)

This commit is contained in:
niksedk 2023-01-31 21:59:31 +01:00
parent 526f878324
commit a62c480517

View File

@ -1744,7 +1744,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
}
else
{
sb.Append("</font> ");
sb.Append("</font>");
}
if (!string.IsNullOrEmpty(tag) && !tag.Contains("\"White\""))