Hello,
I've noticed that in 2 places strings are not correctly interned when
you load closure-html with *print-case* set to :downcase. To make it
work, I've changed
(intern …) to (intern (string-upcase …)).
Please find patch attached.
Best regards,
Michał Psota