diff --git a/src/convert.jl b/src/convert.jl index 606d9ed..8042663 100644 --- a/src/convert.jl +++ b/src/convert.jl @@ -49,7 +49,7 @@ function attribute_values(xs) end print(io, name) print(io, ": ") - print(attribute_value(value)) + print(io, attribute_value(value)) prior = true end print(io, ";")