mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Properly fixed close tag in sami
This commit is contained in:
parent
41bf38c389
commit
aa105abfcc
@ -104,12 +104,12 @@ namespace Nikse.SubtitleEdit.Logic.SubtitleFormats
|
||||
|
||||
string paragraphWriteFormat = @"<SYNC Start={0}><P Class={3}>{2}" + Environment.NewLine +
|
||||
@"<SYNC Start={1}><P Class={3}> ";
|
||||
//string paragraphWriteFormatOpen = @"<SYNC Start={0}><P Class={2}>{1}";
|
||||
string paragraphWriteFormatOpen = @"<SYNC Start={0}><P Class={2}>{1}";
|
||||
if (Name == new SamiModern().Name)
|
||||
{
|
||||
paragraphWriteFormat = "<SYNC Start=\"{0}\"><P Class=\"{3}\">{2}</P></SYNC>" + Environment.NewLine +
|
||||
"<SYNC Start=\"{1}\"><P Class=\"{3}\"> </P></SYNC>";
|
||||
//paragraphWriteFormatOpen = "<SYNC Start=\"{0}\"><P Class=\"{2}\">{1}</P></SYNC>";
|
||||
paragraphWriteFormatOpen = "<SYNC Start=\"{0}\"><P Class=\"{2}\">{1}</P></SYNC>";
|
||||
}
|
||||
|
||||
int count = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user