Skip to content

Commit 5c48a8a

Browse files
committed
1 parent aa01a9f commit 5c48a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/colormaps.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Base.show(io::IO, ::MIME"image/svg+xml", cs::AbstractVector{ColorMap})
166166
pad = 0.5
167167
write(io,
168168
"""
169-
<?xml version"1.0" encoding="UTF-8"?>
169+
<?xml version="1.0" encoding="UTF-8"?>
170170
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
171171
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
172172
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"

0 commit comments

Comments
 (0)