Remove 2 lines forgotten in 3c2cfa333c39b85155d6.

This commit is contained in:
HMH 2019-02-23 03:39:01 +01:00
parent 354e39e9bf
commit 9482a247e7

View File

@ -55,9 +55,7 @@ tex(fn::AbstractString) = tex(current(), fn)
function html(plt::Plot, fn::AbstractString)
fn = addExtension(fn, "html")
io = open(fn, "w")
_use_remote[] = true
show(io, MIME("text/html"), plt)
_use_remote[] = false
close(io)
end
html(fn::AbstractString) = html(current(), fn)