Set the charset to utf-8 in the output html
This commit is contained in:
parent
7c63091363
commit
8833b6521d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user