Apparently inline styles shouldn't be in comments now.
original commit: acb86d69f34483dbf3dce0f9748d3f1f01d0643b
This commit is contained in:
parent
dd52a32d66
commit
db9d125949
|
@ -170,8 +170,7 @@
|
||||||
(provide style/inline)
|
(provide style/inline)
|
||||||
(define (style/inline . args)
|
(define (style/inline . args)
|
||||||
(let-values ([(attrs body) (attributes+body args)])
|
(let-values ([(attrs body) (attributes+body args)])
|
||||||
(make-element 'style attrs
|
(make-element 'style attrs `("\n" ,body "\n"))))
|
||||||
`("\n" ,(apply comment #:newlines? #t body) "\n"))))
|
|
||||||
|
|
||||||
;; ----------------------------------------------------------------------------
|
;; ----------------------------------------------------------------------------
|
||||||
;; Entities
|
;; Entities
|
||||||
|
|
Loading…
Reference in New Issue
Block a user