Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashi Gowda committed Mar 1, 2018
1 parent 160994c commit ab0cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function richest_html(val)
return str_repr |> WebIO.encode_scripts
elseif topmime in map(MIME, ["image/png", "image/jpeg"])
return "<img src='data:image/png;base64,$str_repr'></img>"
elseif topmim == topmime == MIME("image/svg+xml")
elseif topmime == MIME("image/svg+xml")
return str_repr
else
return "<pre>$str_repr</pre>"
Expand Down

0 comments on commit ab0cd6d

Please sign in to comment.