diff options
Diffstat (limited to 'web/view/doc.scm')
-rw-r--r-- | web/view/doc.scm | 2 |
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) |