diff --git a/src/bootstrap.rkt b/src/bootstrap.rkt index 5d59738..68dc8e4 100644 --- a/src/bootstrap.rkt +++ b/src/bootstrap.rkt @@ -67,9 +67,9 @@ (meta ((name "viewport") (content "width=device-width, initial-scale=1"))) (title ,title) ,@(if (non-empty-string? description) - `(meta ((name "description") - (content ,description))) - '()) + `((meta ((name "description") + (content ,description)))) + '()) (link ((rel "stylesheet") (href ,(static "/bootstrap/css/bootstrap.min.css")) (type "text/css"))) (link ((rel "stylesheet") (href ,(static "/jquery-ui.min.css")) (type "text/css"))) (link ((rel "stylesheet") (href ,(static "/style.css")) (type "text/css")))