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