This commit is contained in:
Swrup 2022-03-14 17:20:02 +01:00
parent dac20304c4
commit 2d5e8bbcd0
5 changed files with 70 additions and 57 deletions

View file

@ -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