From 21cd4b201838c05f58fa1ed071f536c9b2ced597 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 2 Jan 2022 15:19:10 +1000 Subject: [PATCH] Minor syntax --- PageController.fs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PageController.fs b/PageController.fs index c833f0b..dbc1ae6 100644 --- a/PageController.fs +++ b/PageController.fs @@ -12,7 +12,8 @@ let loadHomePage(): HttpHandler = let scripts = ["dredgepos.authenticate.js"] let styles = ["dredgepos.authenticate.css"] - htmlString <| Theme.loadTemplateWithVarsScriptsAndStyles "authenticate" variables scripts styles + Theme.loadTemplateWithVarsScriptsAndStyles "authenticate" variables scripts styles + |> htmlString let loadFloorplan (ctx: HttpContext) : HttpHandler = Session.RequireClerkAuthentication ctx