diff --git a/src/backends/text/predefined_formats.jl b/src/backends/text/predefined_formats.jl index 10fd093b..3a1763b9 100644 --- a/src/backends/text/predefined_formats.jl +++ b/src/backends/text/predefined_formats.jl @@ -28,7 +28,7 @@ const ascii_dots = TextFormat( const ascii_rounded = TextFormat( up_right_corner = '.', up_left_corner = '.', - bottom_left_corner = '\'', + bottom_left_corner = ''', bottom_right_corner = ''', up_intersection = '.', left_intersection = ':',