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'; }; /*@