Set the charset to utf-8 in the output html

This commit is contained in:
Alexis King 2015-01-06 14:10:53 -08:00
parent 7c63091363
commit 8833b6521d

View File

@ -62,6 +62,7 @@
(define %age (get-percentages/file path covered?))
`(html ()
(head ()
(meta ([charset "utf-8"]))
(link ([rel "stylesheet"] [type "text/css"] [href ,path-to-css])))
(body ()
,@(%s->xexprs %age)