From beac3666482c071301e0c2b058e86d07381b9c18 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 10 Aug 2023 08:16:57 +0200 Subject: Restore doctype --- web/view/doc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/view') diff --git a/web/view/doc.scm b/web/view/doc.scm index 34f4aee..1125147 100644 --- a/web/view/doc.scm +++ b/web/view/doc.scm @@ -16,7 +16,7 @@ (head '()) (body '()) (title "GeneNetwork.org API")) - `( ; (doctype "html") + `((doctype "html") (html (@ (lang "en")) (head (title ,title) -- cgit v1.2.3