diff --git a/pkgs/scribble-pkgs/scribble-lib/scribble/html/html.rkt b/pkgs/scribble-pkgs/scribble-lib/scribble/html/html.rkt index c4bb58e8..5bc0a1dd 100644 --- a/pkgs/scribble-pkgs/scribble-lib/scribble/html/html.rkt +++ b/pkgs/scribble-pkgs/scribble-lib/scribble/html/html.rkt @@ -10,7 +10,7 @@ (provide doctype) (define (doctype type) (cond [(string? type) (literal "\n")] - [(eq? 'html type) (doctype type)] + [(eq? 'html type) (doctype "html")] [(eq? 'xhtml type) (list (literal "\n") (doctype (string-append