about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)