From 926a023b1d14ce66784a2d06cb14e72b66000454 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 11 Oct 2019 12:52:38 +0200 Subject: [PATCH] fix html output of video animations --- src/animation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.jl b/src/animation.jl index 7d55b567..cac6ca3a 100644 --- a/src/animation.jl +++ b/src/animation.jl @@ -104,7 +104,7 @@ function Base.show(io::IO, ::MIME"text/html", agif::AnimatedGif) write(io, if ext == "gif" "" elseif ext in ("mov", "mp4") - "" + "" else error("Cannot show animation with extension $ext: $agif") end)