mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Yet another minor fix for new sub format
This commit is contained in:
parent
edbe7f5d97
commit
86629c9bfd
@ -172,7 +172,7 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
}
|
||||
fileBodyNode.AppendChild(content.SelectSingleNode("ContentBlock"));
|
||||
}
|
||||
return ToUtf8XmlString(xml).Replace(" xmlns=\"\"", string.Empty);
|
||||
return ToUtf8XmlString(xml, true).Replace(" xmlns=\"\"", string.Empty);
|
||||
}
|
||||
|
||||
public override void LoadSubtitle(Subtitle subtitle, List<string> lines, string fileName)
|
||||
|
Loading…
Reference in New Issue
Block a user