Skip to content

Commit

Permalink
Update formats.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Jul 23, 2024
1 parent e5482ab commit 93befc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ format_defs[:or_fmt] = Dict(
)

format_defs[:cilb_fmt] = Dict(
"num_format" => "(0.000\,;(-0.000\,",
"num_format" => "(0.000\\,;(-0.000\\,",
"font" => "Arial",
"size" => 9,
"valign" => "vcenter",
Expand Down Expand Up @@ -215,7 +215,7 @@ format_defs[:or_fmt_red] = Dict(
)

format_defs[:cilb_fmt_red] = Dict(
"num_format" => "(0.000 -",
"num_format" => "(0.000\\,;(-0.000\\,)",
"font" => "Arial",
"font_size" => 9,
"font_color" => "red",
Expand Down

0 comments on commit 93befc5

Please sign in to comment.