From c52f7b9bbd359d3ec397988f04021b48c20a232b Mon Sep 17 00:00:00 2001 From: cqc Date: Tue, 20 Feb 2024 13:23:45 -0600 Subject: [PATCH] init.ml --- .config/init.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/init.ml b/.config/init.ml index e81a606..25f68e2 100644 --- a/.config/init.ml +++ b/.config/init.ml @@ -62,7 +62,7 @@ let setup_workspace ~container cstore : unit Lwt.t = appendchild ~container Tyxml_js.Html.( a - ~a:[ a_class [ "window" ] ] + ~a:[ a_class Html_types.[ "window" ] ] [ div ~a:[ a_class [ "status" ] ] [ txt status ]; div