From b647bf3ad8614fc098f85833f0f74bcf58829ff4 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Sun, 14 Oct 2012 13:08:24 -0400 Subject: [PATCH] Typo fix in content-type: text-html -> text/html original commit: a66fa77e2e4e3d45aa65404a642b4d3a1fc7683a --- collects/scribble/html-render.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/html-render.rkt b/collects/scribble/html-render.rkt index 27b36d0f..83cc4fda 100644 --- a/collects/scribble/html-render.rkt +++ b/collects/scribble/html-render.rkt @@ -669,7 +669,7 @@ `(html ,(style->attribs (part-style d)) (head () (meta ([http-equiv "content-type"] - [content "text-html; charset=utf-8"])) + [content "text/html; charset=utf-8"])) ,title ,(scribble-css-contents scribble-css (lookup-path scribble-css alt-paths)) ,@(map (lambda (style-file)