diff options
author | Pjotr Prins | 2023-08-10 08:16:57 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-10 08:16:57 +0200 |
commit | beac3666482c071301e0c2b058e86d07381b9c18 (patch) | |
tree | d6d659c665141ae6c8fe24b04ac1f4e50b6b3541 /web/view | |
parent | 045d004579a6a997a18d625e104fd852d0d954ea (diff) | |
download | gn-guile-beac3666482c071301e0c2b058e86d07381b9c18.tar.gz |
Restore doctype
Diffstat (limited to 'web/view')
-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 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) |