X-Git-Url: https://jxself.org/git/?p=srt2vtt.git;a=blobdiff_plain;f=srt2vtt;h=cbb4c6d5e7474c904f96a0b47c50bedb89aff958;hp=34ba10517f0fa3be7a1cba14065988ac4bd4a76f;hb=290cff1e1677e15edc7f092f3eb30c89feadbb76;hpb=b41440330b8503f9f7d3efef27539351373e72a8 diff --git a/srt2vtt b/srt2vtt index 34ba105..cbb4c6d 100755 --- a/srt2vtt +++ b/srt2vtt @@ -16,7 +16,7 @@ ;;; General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License -;;; along with Haunt. If not, see . +;;; along with srt2vtt. If not, see . ;;; Commentary: ;; @@ -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)