Fixed extra headers being duplicated
This commit is contained in:
parent
b832ff85cc
commit
fc2ed3f8c6
|
@ -179,8 +179,8 @@
|
|||
(lambda (title* more-headers)
|
||||
(head "\n" (title title*)
|
||||
"\n" headers
|
||||
"\n" more-headers
|
||||
(and more-headers (list "\n" more-headers)))))
|
||||
(and more-headers (list "\n" more-headers))
|
||||
"\n")))
|
||||
|
||||
(define (make-resources icon logo style)
|
||||
(let* ([favicon (html-favicon-maker icon)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user