From 4ded26c6f812ac965c785708ca74989b932395ad Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Wed, 18 Jan 2023 21:41:03 -0500 Subject: [PATCH] Internet line endings. --- repository/TiddlyWiki/WebVideo.extension.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/TiddlyWiki/WebVideo.extension.st b/repository/TiddlyWiki/WebVideo.extension.st index 4943c91..2f67b94 100644 --- a/repository/TiddlyWiki/WebVideo.extension.st +++ b/repository/TiddlyWiki/WebVideo.extension.st @@ -14,10 +14,10 @@ WebVideo >> asTiddler [ body nextPutAll: '<>'; nextPutAll: ' - + * ''''DuraciĆ³n:'''' {{!!duration}} * ''''Autor/a:'''' {{!!author}}'. - tiddler text: body contents. + tiddler text: body contents withInternetLineEndings. ^ tiddler ]