about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2023-08-10 08:16:57 +0200
committerPjotr Prins2023-08-10 08:16:57 +0200
commitbeac3666482c071301e0c2b058e86d07381b9c18 (patch)
treed6d659c665141ae6c8fe24b04ac1f4e50b6b3541
parent045d004579a6a997a18d625e104fd852d0d954ea (diff)
downloadgn-guile-beac3666482c071301e0c2b058e86d07381b9c18.tar.gz
Restore doctype
-rw-r--r--web/view/doc.scm2
1 files changed, 1 insertions, 1 deletions
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)