Typo fix in content-type: text-html -> text/html

original commit: a66fa77e2e4e3d45aa65404a642b4d3a1fc7683a
This commit is contained in:
Samuel Bronson 2012-10-14 13:08:24 -04:00 committed by Matthew Flatt
parent 61454baac0
commit b647bf3ad8

View File

@ -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)