From d196176c912fc0fabb11e699d920ba3d15c4c23d Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 11 Nov 2014 14:34:52 +0100 Subject: [PATCH] srt must end with a newline --- source/Ox/js/Format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Format.js b/source/Ox/js/Format.js index a0ad55b1..77a66378 100644 --- a/source/Ox/js/Format.js +++ b/source/Ox/js/Format.js @@ -752,7 +752,7 @@ Ox.formatSRT = function(subtitles) { }).join(' --> '), subtitle['text'] ].join('\r\n') - }).join('\r\n\r\n'); + }).join('\r\n\r\n') + '\r\n'; }; /*@