From 24492f3f9beb161c25e2f9931cf8e2a266b33a95 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 28 Sep 2013 15:28:00 -0400 Subject: [PATCH] Fix the obligatory Stupid Mistake. original commit: 1ccdc3a60de161cd38e7481c88aa3d8d06ec20ef --- pkgs/scribble-pkgs/scribble-lib/scribble/html/html.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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