aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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 1125147..34f4aee 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)