From a96a83256f92e93ea31a621399bc7e357025a33b Mon Sep 17 00:00:00 2001 From: cqc Date: Sat, 17 Feb 2024 17:54:53 -0600 Subject: [PATCH] init.ml --- .config/init.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/init.ml b/.config/init.ml index e81a606..33c1702 100644 --- a/.config/init.ml +++ b/.config/init.ml @@ -59,10 +59,11 @@ let setup_workspace ~container cstore : unit Lwt.t = (Headers.get headers "path")) in let status = F.str "Name: %s; Path: %a" step Uri.pp_hum uri in + let window = Tyxml_js.Html.[ "window" ] in appendchild ~container Tyxml_js.Html.( a - ~a:[ a_class [ "window" ] ] + ~a:[ a_class window ] [ div ~a:[ a_class [ "status" ] ] [ txt status ]; div