fix
This commit is contained in:
parent
dac20304c4
commit
2d5e8bbcd0
5 changed files with 70 additions and 57 deletions
|
|
@ -284,7 +284,7 @@ let get_markers () =
|
|||
in
|
||||
Ok markers
|
||||
|
||||
let pp_checkboxes () =
|
||||
let pp_checkboxes fmt () =
|
||||
let pp_checkbox fmt category =
|
||||
Format.fprintf fmt
|
||||
{|
|
||||
|
|
@ -295,7 +295,7 @@ let pp_checkboxes () =
|
|||
|}
|
||||
category category category category
|
||||
in
|
||||
Format.asprintf
|
||||
Format.fprintf fmt
|
||||
{|
|
||||
<div class="row">
|
||||
%a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue