Typo fix in content-type: text-html -> text/html
original commit: a66fa77e2e4e3d45aa65404a642b4d3a1fc7683a
This commit is contained in:
parent
61454baac0
commit
b647bf3ad8
|
@ -669,7 +669,7 @@
|
||||||
`(html ,(style->attribs (part-style d))
|
`(html ,(style->attribs (part-style d))
|
||||||
(head ()
|
(head ()
|
||||||
(meta ([http-equiv "content-type"]
|
(meta ([http-equiv "content-type"]
|
||||||
[content "text-html; charset=utf-8"]))
|
[content "text/html; charset=utf-8"]))
|
||||||
,title
|
,title
|
||||||
,(scribble-css-contents scribble-css (lookup-path scribble-css alt-paths))
|
,(scribble-css-contents scribble-css (lookup-path scribble-css alt-paths))
|
||||||
,@(map (lambda (style-file)
|
,@(map (lambda (style-file)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user