aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPjotr Prins2023-08-10 08:14:59 +0200
committerPjotr Prins2023-08-10 08:14:59 +0200
commit045d004579a6a997a18d625e104fd852d0d954ea (patch)
tree6ca84059e32c3843a7cb9405908f53a9c8e37f36 /web
parent3887ecea93cdd3693a59a6763b5549e7d2082401 (diff)
downloadgn-guile-045d004579a6a997a18d625e104fd852d0d954ea.tar.gz
Remove doctype header
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)