From 94812cde7afb3f3fe2caf7a07b593832b84e7a1c Mon Sep 17 00:00:00 2001 From: Antoine Levitt Date: Tue, 12 Nov 2019 19:31:55 +0100 Subject: [PATCH] fix mimetype again --- src/animation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.jl b/src/animation.jl index 63e001d0..7e5f9a8e 100644 --- a/src/animation.jl +++ b/src/animation.jl @@ -110,7 +110,7 @@ function Base.show(io::IO, ::MIME"text/html", agif::AnimatedGif) mimetype = ext == "mov" ? "video/quicktime" : "video/mp4" html = "" + "\" type = \"$mimetype\">" else error("Cannot show animation with extension $ext: $agif") end