diff options
-rwxr-xr-x | srt2vtt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ (newline port)))) (define (write-web-vtts subtitles port) - (display "WEBVTT\n" port) + (format port "WEBVTT~%~%") (for-each (cut write-web-vtt <> port) subtitles)) (define (convert input-port output-port) |