mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Fix extra space after </font> in EBU - thx Stefan :)
This commit is contained in:
parent
526f878324
commit
a62c480517
@ -1744,7 +1744,7 @@ namespace Nikse.SubtitleEdit.Core.SubtitleFormats
|
||||
}
|
||||
else
|
||||
{
|
||||
sb.Append("</font> ");
|
||||
sb.Append("</font>");
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(tag) && !tag.Contains("\"White\""))
|
||||
|
Loading…
Reference in New Issue
Block a user